summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.c
diff options
context:
space:
mode:
authorSven Herzberg <sven@imendio.com>2008-08-12 15:08:16 +0000
committerSven Herzberg <herzi@src.gnome.org>2008-08-12 15:08:16 +0000
commitf7cb402d8964bef106ee0b458140ef87cf730f2c (patch)
treeec7049d2dc2e403ebcd921200976c92c03177818 /pango/pangofc-fontmap.c
parent681f92d78c2623ddb998018d3743a54f07680b69 (diff)
downloadpango-f7cb402d8964bef106ee0b458140ef87cf730f2c.tar.gz
Bug 547432: Deprecation of pango_(backend)_font_map_create_context() not
2008-08-12 Sven Herzberg <sven@imendio.com> Bug 547432: Deprecation of pango_(backend)_font_map_create_context() not clean reviewed by: Behdad Esfahbod * pango/pangocairo-fontmap.c, * pango/pangofc-fontmap.c, * pango/pangoft2-fontmap.c, * pango/pangowin32.c, * pango/pangox.c, * pango/pangoxft-fontmap.c: use "Deprecated:" for deprecation messages; fix the deprecation version number svn path=/trunk/; revision=2689
Diffstat (limited to 'pango/pangofc-fontmap.c')
-rw-r--r--pango/pangofc-fontmap.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c
index 053c3461..e3963e84 100644
--- a/pango/pangofc-fontmap.c
+++ b/pango/pangofc-fontmap.c
@@ -1415,12 +1415,11 @@ _pango_fc_font_map_fc_to_coverage (FcCharSet *charset)
* needed for correct operation on the #PangoContext after calling
* this function.
*
- * As of Pango 1.20 this function is deprecated.
- * Use pango_font_map_create_context() instead.
- *
* Return value: a new #PangoContext
*
* Since: 1.4
+ *
+ * Deprecated: 1.22: Use pango_font_map_create_context() instead.
**/
PangoContext *
pango_fc_font_map_create_context (PangoFcFontMap *fcfontmap)