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-font.h | |
parent | 9526e3432936ba82f20aed9b6e525288b7024ea2 (diff) | |
download | pango-6f4ef7f4fd405130e246a68fcca3e0320773179c.tar.gz |
Utilize G_GNUC_CONST.
Utilize G_GNUC_CONST.
Diffstat (limited to 'pango/pango-font.h')
-rw-r--r-- | pango/pango-font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-font.h b/pango/pango-font.h index 3819b815..8a56b4c9 100644 --- a/pango/pango-font.h +++ b/pango/pango-font.h @@ -139,7 +139,7 @@ struct _PangoFontClass PangoFontMetrics *metrics); }; -GType pango_font_get_type (void); +GType pango_font_get_type (void) G_GNUC_CONST; PangoFontDescription *pango_font_describe (PangoFont *font); PangoCoverage * pango_font_get_coverage (PangoFont *font, |