diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2009-01-20 22:38:14 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2009-01-20 22:38:14 +0000 |
commit | 2dcbf7e1775b3bccd56eed84ec20f4f91bbe5a55 (patch) | |
tree | 87a432393878a5cc6a26319b5336b1bb12211660 /pango/pango-attributes.c | |
parent | 4a5be24fea9af2b4a49bf331d6dc50efeb89735a (diff) | |
download | pango-2dcbf7e1775b3bccd56eed84ec20f4f91bbe5a55.tar.gz |
Bug 567934 – Add introspection support inside pango
2009-01-20 Johan Dahlin <jdahlin@async.com.br>
Bug 567934 – Add introspection support inside pango
* configure.in:
* pango/Makefile.am:
* pango/pango-attributes.c:
* pango/pango-layout.c:
svn path=/trunk/; revision=2798
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r-- | pango/pango-attributes.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index 2ca8f2c1..961bb330 100644 --- a/pango/pango-attributes.c +++ b/pango/pango-attributes.c @@ -1793,7 +1793,8 @@ pango_attr_iterator_get (PangoAttrIterator *iterator, * <literal>pango_font_description_set_family (desc, pango_font_description_get_family (desc))</literal>. * @language: if non-%NULL, location to store language tag for item, or %NULL * if none is found. - * @extra_attrs: if non-%NULL, location in which to store a list of non-font + * @extra_attrs: (element type Pango.Attribute): (transfer full): if non-%NULL, + * location in which to store a list of non-font * attributes at the the current position; only the highest priority * value of each attribute will be added to this list. In order * to free this value, you must call pango_attribute_destroy() on @@ -2013,7 +2014,8 @@ pango_attr_list_filter (PangoAttrList *list, * Gets a list of all attributes at the current position of the * iterator. * - * Return value: a list of all attributes for the current range. + * Return value: (element-type Pango.Attribute): (transfer full): 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. * |