diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2005-11-23 17:54:55 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2005-11-23 17:54:55 +0000 |
commit | 4f11308e79cafe463593c5cdc62c75c050a10d32 (patch) | |
tree | b23ced0f64a16a502105557c6cc1fcdbf2dc58d3 /pango/pango-attributes.c | |
parent | c19e8c5458fb9dd9673137f07ea0e81608a47cea (diff) | |
download | pango-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/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 7af76c06..0aabcda4 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -653,6 +653,8 @@ pango_attr_underline_new (PangoUnderline underline) * will use the foreground color. * * Return value: the new #PangoAttribute. + * + * Since: 1.8 **/ PangoAttribute * pango_attr_underline_color_new (guint16 red, @@ -701,6 +703,8 @@ pango_attr_strikethrough_new (gboolean strikethrough) * lines will use the foreground color. * * Return value: the new #PangoAttribute. + * + * Since: 1.8 **/ PangoAttribute * pango_attr_strikethrough_color_new (guint16 red, @@ -774,6 +778,8 @@ pango_attr_scale_new (double scale_factor) * text. * * Return value: the new #PangoAttribute. + * + * Since: 1.4 **/ PangoAttribute * pango_attr_fallback_new (gboolean enable_fallback) @@ -1782,6 +1788,8 @@ pango_attr_iterator_get_font (PangoAttrIterator *iterator, * * Return value: the new #PangoAttrList or %NULL if * no attributes of the given types were found. + * + * Since: 1.2 **/ PangoAttrList * pango_attr_list_filter (PangoAttrList *list, @@ -1849,6 +1857,8 @@ pango_attr_list_filter (PangoAttrList *list, * Return value: a list of all attributes for the current range. * To free this value, call pango_attribute_destroy() on * each value and g_slist_free() on the list. + * + * Since: 1.2 **/ GSList * pango_attr_iterator_get_attrs (PangoAttrIterator *iterator) |