diff options
Diffstat (limited to 'pango/pango-ot-private.h')
-rw-r--r-- | pango/pango-ot-private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-ot-private.h b/pango/pango-ot-private.h index 3705ae8e..88875e74 100644 --- a/pango/pango-ot-private.h +++ b/pango/pango-ot-private.h @@ -92,13 +92,13 @@ struct _PangoOTBuffer guint applied_gpos : 1; }; -GType pango_ot_info_get_type (void); +GType pango_ot_info_get_type (void) G_GNUC_CONST; HB_GDEF pango_ot_info_get_gdef (PangoOTInfo *info); HB_GSUB pango_ot_info_get_gsub (PangoOTInfo *info); HB_GPOS pango_ot_info_get_gpos (PangoOTInfo *info); -GType pango_ot_ruleset_get_type (void); +GType pango_ot_ruleset_get_type (void) G_GNUC_CONST; G_END_DECLS |