diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:30:59 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-08-30 00:30:59 +0000 |
commit | 6f4ef7f4fd405130e246a68fcca3e0320773179c (patch) | |
tree | aa41d0d16eb7b971de80cf02eb69ee9b8d1a5760 /pango/pango-context.h | |
parent | 9526e3432936ba82f20aed9b6e525288b7024ea2 (diff) | |
download | pango-6f4ef7f4fd405130e246a68fcca3e0320773179c.tar.gz |
Utilize G_GNUC_CONST.
Utilize G_GNUC_CONST.
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); |