summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-06-20 15:07:24 +0100
committerJavier Jardon <jjardon@gnome.org>2011-06-23 17:20:06 +0100
commit1e76e41aabf02158a3669646ea4b0c039f95dc52 (patch)
treeeabed5c16a7bf978c910622059884a59bfc7b158
parenta4338eeb5489ac9c093d01d9cda95361ff0dd84e (diff)
downloadpango-1e76e41aabf02158a3669646ea4b0c039f95dc52.tar.gz
docs: Fix references to PangoFcFontmap -> PangoFcFontMap
-rw-r--r--pango/pangofc-fontmap.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c
index e4641f5d..21c7060a 100644
--- a/pango/pangofc-fontmap.c
+++ b/pango/pangofc-fontmap.c
@@ -1754,7 +1754,7 @@ pango_fc_font_map_load_fontset (PangoFontMap *fontmap,
/**
* pango_fc_font_map_cache_clear:
- * @fcfontmap: a #PangoFcFontmap
+ * @fcfontmap: a #PangoFcFontMap
*
* Clear all cached information and fontsets for this font map;
* this should be called whenever there is a change in the
@@ -1943,7 +1943,7 @@ _pango_fc_font_map_fc_to_coverage (FcCharSet *charset)
* @fcfontmap: a #PangoFcFontMap
*
* Creates a new context for this fontmap. This function is intended
- * only for backend implementations deriving from #PangoFcFontmap;
+ * only for backend implementations deriving from #PangoFcFontMap;
* it is possible that a backend will store additional information
* needed for correct operation on the #PangoContext after calling
* this function.
@@ -1975,14 +1975,14 @@ shutdown_font (gpointer key,
/**
* pango_fc_font_map_shutdown:
- * @fcfontmap: a #PangoFcFontmap
+ * @fcfontmap: a #PangoFcFontMap
*
* Clears all cached information for the fontmap and marks
* all fonts open for the fontmap as dead. (See the shutdown()
* virtual function of #PangoFcFont.) This function might be used
* by a backend when the underlying windowing system for the font
* map exits. This function is only intended to be called
- * only for backend implementations deriving from #PangoFcFontmap.
+ * only for backend implementations deriving from #PangoFcFontMap.
*
* Since: 1.4
**/