diff options
Diffstat (limited to 'pango/fonts.c')
-rw-r--r-- | pango/fonts.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pango/fonts.c b/pango/fonts.c index 8d395486..60b6dffb 100644 --- a/pango/fonts.c +++ b/pango/fonts.c @@ -1196,6 +1196,8 @@ pango_font_get_metrics (PangoFont *font, * Gets the font map for which the font was created. * * Returns: the #PangoFontMap for the font + * + * Since: 1.10 **/ PangoFontMap * pango_font_get_font_map (PangoFont *font) @@ -1510,6 +1512,8 @@ pango_font_family_list_faces (PangoFontFamily *family, * by double-width characters. * * Return value: %TRUE if the family is monospace. + * + * Since: 1.4 **/ gboolean pango_font_family_is_monospace (PangoFontFamily *family) |