summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-11-23 17:54:55 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-11-23 17:54:55 +0000
commit4f11308e79cafe463593c5cdc62c75c050a10d32 (patch)
treeb23ced0f64a16a502105557c6cc1fcdbf2dc58d3 /pango/fonts.c
parentc19e8c5458fb9dd9673137f07ea0e81608a47cea (diff)
downloadpango-4f11308e79cafe463593c5cdc62c75c050a10d32.tar.gz
Added "Since:" tags to all interfaces added after Pango 1.0. (#319116,
2005-11-23 Behdad Esfahbod <behdad@gnome.org> * pango/fonts.c pango/pango-attributes.c pango/pango-context.c pango/pango-glyph-item.c pango/pango-layout.c pango/pango-script.c pango/pango-utils.c pango/pangofc-font.c pango/pangoft2-fontmap.c pango/opentype/pango-ot-buffer.c pango/opentype/pango-ot-ruleset.c: Added "Since:" tags to all interfaces added after Pango 1.0. (#319116, Brian Cameron)
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
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)