summaryrefslogtreecommitdiff
path: root/pango/pangofc-fontmap.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-18 20:06:14 +0000
committerMatthias Clasen <mclasen@redhat.com>2020-09-18 20:06:14 +0000
commit218aad0fc1d9823b2b8ea4c91da534982f6ddb0c (patch)
tree8ccf747553a6114ec47b78981ec1ccc9ca7d2dda /pango/pangofc-fontmap.h
parent3d1240ae397d1637be6887815221bc17112ad4ce (diff)
parente8181138ab5b4403bee552e768d53a0674d881dd (diff)
downloadpango-218aad0fc1d9823b2b8ea4c91da534982f6ddb0c.tar.gz
Merge branch 'matthiasc/for-master' into 'master'
Matthiasc/for master See merge request GNOME/pango!243
Diffstat (limited to 'pango/pangofc-fontmap.h')
-rw-r--r--pango/pangofc-fontmap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pangofc-fontmap.h b/pango/pangofc-fontmap.h
index c20bde60..6fdf32d2 100644
--- a/pango/pangofc-fontmap.h
+++ b/pango/pangofc-fontmap.h
@@ -128,9 +128,9 @@ typedef void (*PangoFcSubstituteFunc) (FcPattern *pattern,
* the font. This function can be used to do things like set
* hinting and antialiasing options.
*
- * Since: 1.46
+ * Since: 1.48
*/
-PANGO_AVAILABLE_IN_1_46
+PANGO_AVAILABLE_IN_1_48
void pango_fc_font_map_set_default_substitute (PangoFcFontMap *fontmap,
PangoFcSubstituteFunc func,
gpointer data,
@@ -146,9 +146,9 @@ void pango_fc_font_map_set_default_substitute (PangoFcFontMap *fontmap,
* That is, if your substitution function will return different
* results for the same input pattern, you must call this function.
*
- * Since: 1.46
+ * Since: 1.48
*/
-PANGO_AVAILABLE_IN_1_46
+PANGO_AVAILABLE_IN_1_48
void pango_fc_font_map_substitute_changed (PangoFcFontMap *fontmap);
/**