diff --git a/src/Makefile.am b/src/Makefile.am index 728d2f2734563faad3e5b3129a36be55be24ea3a..effb6bc859cd1601ee8bed38f24d5089bc93bba0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -371,7 +371,9 @@ HarfBuzz_0_0_gir_FILES = \ $(HBHEADERS) \ $(HBNODISTHEADERS) \ $(HBSOURCES) \ + hb-gobject-enums.cc \ hb-gobject-enums.h \ + hb-gobject-structs.cc \ hb-gobject-structs.h \ $(NULL) diff --git a/src/hb-blob.cc b/src/hb-blob.cc index 5f58429cfd349fb03f4ce1f4e5157388a32ea415..16a2f99b765ef64986a3bf2da2b712d974b1e210 100644 --- a/src/hb-blob.cc +++ b/src/hb-blob.cc @@ -78,7 +78,7 @@ _hb_blob_destroy_user_data (hb_blob_t *blob) /** * hb_blob_create: (Xconstructor) - * @data: (array length=length): Pointer to blob data. + * @data: (array length=length) (scope notified) (destroy destroy) (transfer none): Pointer to blob data. * @length: Length of @data in bytes. * @mode: Memory mode for @data. * @user_data: Data parameter to pass to @destroy.