提交 dfdbe7f9 编写于 作者: B Behdad Esfahbod

[introspection] Make hb_blob_create() introspectable

上级 085d4291
...@@ -371,7 +371,9 @@ HarfBuzz_0_0_gir_FILES = \ ...@@ -371,7 +371,9 @@ HarfBuzz_0_0_gir_FILES = \
$(HBHEADERS) \ $(HBHEADERS) \
$(HBNODISTHEADERS) \ $(HBNODISTHEADERS) \
$(HBSOURCES) \ $(HBSOURCES) \
hb-gobject-enums.cc \
hb-gobject-enums.h \ hb-gobject-enums.h \
hb-gobject-structs.cc \
hb-gobject-structs.h \ hb-gobject-structs.h \
$(NULL) $(NULL)
......
...@@ -78,7 +78,7 @@ _hb_blob_destroy_user_data (hb_blob_t *blob) ...@@ -78,7 +78,7 @@ _hb_blob_destroy_user_data (hb_blob_t *blob)
/** /**
* hb_blob_create: (Xconstructor) * 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. * @length: Length of @data in bytes.
* @mode: Memory mode for @data. * @mode: Memory mode for @data.
* @user_data: Data parameter to pass to @destroy. * @user_data: Data parameter to pass to @destroy.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册