summaryrefslogtreecommitdiff
path: root/pango/pango-context.h
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-08-30 00:30:59 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-08-30 00:30:59 +0000
commit6f4ef7f4fd405130e246a68fcca3e0320773179c (patch)
treeaa41d0d16eb7b971de80cf02eb69ee9b8d1a5760 /pango/pango-context.h
parent9526e3432936ba82f20aed9b6e525288b7024ea2 (diff)
downloadpango-6f4ef7f4fd405130e246a68fcca3e0320773179c.tar.gz
Utilize G_GNUC_CONST.
Utilize G_GNUC_CONST.
Diffstat (limited to 'pango/pango-context.h')
-rw-r--r--pango/pango-context.h2
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);