diff options
author | Colin Walters <walters@verbum.org> | 2012-12-07 09:23:17 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2012-12-07 09:23:17 -0500 |
commit | 13bc45cdc7de772cde80dc4d5f58fef251229e1b (patch) | |
tree | 79dffeb5a878a81ac044c5a3a15199ba231424fe /pango/pango-fontmap.h | |
parent | 3a59eb51590dcde9cb88b1473b4ca1d6868e8826 (diff) | |
download | pango-13bc45cdc7de772cde80dc4d5f58fef251229e1b.tar.gz |
Drop last use of deprecated G_CONST_RETURN
This was blowing up the cogl build since it uses G_DISABLE_DEPRECATED.
https://bugzilla.gnome.org/show_bug.cgi?id=689843
Diffstat (limited to 'pango/pango-fontmap.h')
-rw-r--r-- | pango/pango-fontmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-fontmap.h b/pango/pango-fontmap.h index 0f028baa..d5ba166e 100644 --- a/pango/pango-fontmap.h +++ b/pango/pango-fontmap.h @@ -89,7 +89,7 @@ struct _PangoFontMapClass void (*_pango_reserved3) (void); }; -G_CONST_RETURN char *pango_font_map_get_shape_engine_type (PangoFontMap *fontmap); +const char *pango_font_map_get_shape_engine_type (PangoFontMap *fontmap); #endif /* PANGO_ENABLE_BACKEND */ |