diff options
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r-- | pango/pango-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-context.h b/pango/pango-context.h index 8c180e3e..3e597c30 100644 --- a/pango/pango-context.h +++ b/pango/pango-context.h @@ -48,7 +48,7 @@ typedef struct _PangoContextClass PangoContextClass; * need to create a subclass of these, mail otaylor@redhat.com */ -GType pango_context_get_type (void); +GType pango_context_get_type (void) G_GNUC_CONST; PangoContext *pango_context_new (void); void pango_context_add_font_map (PangoContext *context, PangoFontMap *font_map); |