projects
/
platform
/
upstream
/
pango.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a59eb5
)
Drop last use of deprecated G_CONST_RETURN
author
Colin Walters
<walters@verbum.org>
Fri, 7 Dec 2012 14:23:17 +0000
(09:23 -0500)
committer
Colin Walters
<walters@verbum.org>
Fri, 7 Dec 2012 14:23:17 +0000
(09:23 -0500)
This was blowing up the cogl build since it uses G_DISABLE_DEPRECATED.
https://bugzilla.gnome.org/show_bug.cgi?id=689843
pango/pango-fontmap.h
patch
|
blob
|
history
diff --git
a/pango/pango-fontmap.h
b/pango/pango-fontmap.h
index
0f028ba
..
d5ba166
100644
(file)
--- 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 */