summaryrefslogtreecommitdiff
path: root/src/hb-gobject-structs.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-06-28 21:00:37 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-06-28 21:15:36 -0700
commit70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a (patch)
treee8772f334b56e82179e77772081d052eeda2cc09 /src/hb-gobject-structs.h
parentd8273aac19771033c5064a2f079c29d09a86e7c0 (diff)
downloadharfbuzz-70e72e5f61d73c33d3c8f3bf07f5a9afd0db046a.tar.gz
[gobject] Fix a few warnings
Part of https://github.com/behdad/harfbuzz/issues/277
Diffstat (limited to 'src/hb-gobject-structs.h')
-rw-r--r--src/hb-gobject-structs.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/hb-gobject-structs.h b/src/hb-gobject-structs.h
index 0ea3b12c..1c303219 100644
--- a/src/hb-gobject-structs.h
+++ b/src/hb-gobject-structs.h
@@ -41,30 +41,40 @@ HB_BEGIN_DECLS
/* Object types */
/**
+ * hb_gobject_blob_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_blob_get_type (void);
#define HB_GOBJECT_TYPE_BLOB (hb_gobject_blob_get_type ())
/**
+ * hb_gobject_buffer_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_buffer_get_type (void);
#define HB_GOBJECT_TYPE_BUFFER (hb_gobject_buffer_get_type ())
/**
+ * hb_gobject_face_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_face_get_type (void);
#define HB_GOBJECT_TYPE_FACE (hb_gobject_face_get_type ())
/**
+ * hb_gobject_font_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_font_get_type (void);
#define HB_GOBJECT_TYPE_FONT (hb_gobject_font_get_type ())
/**
+ * hb_gobject_font_funcs_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_font_funcs_get_type (void);
@@ -77,6 +87,8 @@ HB_EXTERN GType hb_gobject_shape_plan_get_type (void);
#define HB_GOBJECT_TYPE_SHAPE_PLAN (hb_gobject_shape_plan_get_type ())
/**
+ * hb_gobject_unicode_funcs_get_type:
+ *
* Since: 0.9.2
**/
HB_EXTERN GType hb_gobject_unicode_funcs_get_type (void);