summaryrefslogtreecommitdiff
path: root/pango/pangoft2-fontmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangoft2-fontmap.c')
-rw-r--r--pango/pangoft2-fontmap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2-fontmap.c b/pango/pangoft2-fontmap.c
index c9c28aa1..5edb890b 100644
--- a/pango/pangoft2-fontmap.c
+++ b/pango/pangoft2-fontmap.c
@@ -119,7 +119,7 @@ static PangoFT2FontMap *pango_ft2_global_fontmap = NULL;
* to cache information about available fonts, and holds
* certain global parameters such as the resolution and
* the default substitute function (see
- * pango_font_map_set_default_substitute()).
+ * pango_ft2_font_map_set_default_substitute()).
*
* Return value: the newly created fontmap object. Unref
* with g_object_unref() when you are finished with it.
@@ -160,7 +160,7 @@ pango_ft2_font_map_new (void)
}
/**
- * pango_ft2_fontmap_set_default_substitute:
+ * pango_ft2_font_map_set_default_substitute:
* @fontmap: a #PangoFT2FontMap
* @func: function to call to to do final config tweaking
* on #FcPattern objects.