[pango] docs: Fix references to PangoFcFontmap -> PangoFcFontMap



commit 1e76e41aabf02158a3669646ea4b0c039f95dc52
Author: Javier JardÃn <jjardon gnome org>
Date:   Mon Jun 20 15:07:24 2011 +0100

    docs: Fix references to PangoFcFontmap -> PangoFcFontMap

 pango/pangofc-fontmap.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/pango/pangofc-fontmap.c b/pango/pangofc-fontmap.c
index e4641f5..21c7060 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
  **/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]