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-layout.h | |
parent | 9526e3432936ba82f20aed9b6e525288b7024ea2 (diff) | |
download | pango-6f4ef7f4fd405130e246a68fcca3e0320773179c.tar.gz |
Utilize G_GNUC_CONST.
Utilize G_GNUC_CONST.
Diffstat (limited to 'pango/pango-layout.h')
-rw-r--r-- | pango/pango-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-layout.h b/pango/pango-layout.h index 91e22605..bc3f53f9 100644 --- a/pango/pango-layout.h +++ b/pango/pango-layout.h @@ -66,7 +66,7 @@ struct _PangoLayoutRun * need to create a subclass of these, mail otaylor@redhat.com */ -GType pango_layout_get_type (void); +GType pango_layout_get_type (void) G_GNUC_CONST; PangoLayout *pango_layout_new (PangoContext *context); PangoContext *pango_layout_get_context (PangoLayout *layout); |