summaryrefslogtreecommitdiff
path: root/pango/pangofc-decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangofc-decoder.h')
-rw-r--r--pango/pangofc-decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangofc-decoder.h b/pango/pangofc-decoder.h
index 65f89a59..6268c428 100644
--- a/pango/pangofc-decoder.h
+++ b/pango/pangofc-decoder.h
@@ -53,7 +53,7 @@ typedef struct _PangoFcDecoderClass PangoFcDecoderClass;
*
* It's the interface that is used to define a custom encoding for a font.
* These objects are created in your code from a function callback that was
- * originally registered with [method@PangoFc.FcFontMap.add_decoder_find_func].
+ * originally registered with [method@PangoFc.FontMap.add_decoder_find_func].
* Pango requires information about the supported charset for a font as well
* as the individual character to glyph conversions. Pango gets that
* information via the #get_charset and #get_glyph callbacks into your