~ubuntu-branches/ubuntu/precise/pango1.0/precise-updates

« back to all changes in this revision

Viewing changes to pango/pango-attributes.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2011-04-06 12:19:40 UTC
  • mfrom: (1.5.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110406121940-txe505g5c7ly32ig
Tags: 1.28.4-0ubuntu1
* New upstream release
* debian/control:
  - Bump depends on libglib2.0-dev
  - Add Vcs-Bzr link
* debian/patches/00git_gi_annotations.patch:
* debian/patches/01_CVE-2011-0020.patch:
* debian/patches/02_CVE-2011-0064.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1793
1793
 *        <literal>pango_font_description_set_family (desc, pango_font_description_get_family (desc))</literal>.
1794
1794
 * @language: if non-%NULL, location to store language tag for item, or %NULL
1795
1795
 *            if none is found.
1796
 
 * @extra_attrs: (element type Pango.Attribute): (transfer full): if non-%NULL,
 
1796
 * @extra_attrs: (element type Pango.Attribute) (transfer full): if non-%NULL,
1797
1797
 *           location in which to store a list of non-font
1798
1798
 *           attributes at the the current position; only the highest priority
1799
1799
 *           value of each attribute will be added to this list. In order
2014
2014
 * Gets a list of all attributes at the current position of the
2015
2015
 * iterator.
2016
2016
 *
2017
 
 * Return value: (element-type Pango.Attribute): (transfer full): a list of
 
2017
 * Return value: (element-type Pango.Attribute) (transfer full): a list of
2018
2018
 *   all attributes for the current range.
2019
2019
 *   To free this value, call pango_attribute_destroy() on
2020
2020
 *   each value and g_slist_free() on the list.