summaryrefslogtreecommitdiff
path: root/pango/pango-attributes.c
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:21:15 +0100
committerAlberto Ruiz <aruiz@gnome.org>2011-04-25 12:21:15 +0100
commitd45ce5856f0e7be9402c425bcd967bacf9ffe060 (patch)
tree6a048db78a69f1020fa320c20a16e93f9bb0e2e9 /pango/pango-attributes.c
parentdeda590f67fb2d62ea3bc090d35319774dfc69b7 (diff)
downloadpango-d45ce5856f0e7be9402c425bcd967bacf9ffe060.tar.gz
adding allow-none to pango_attr_iterator_get_font parameters
Diffstat (limited to 'pango/pango-attributes.c')
-rw-r--r--pango/pango-attributes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c
index a253a67c..fbb65ff8 100644
--- a/pango/pango-attributes.c
+++ b/pango/pango-attributes.c
@@ -1782,9 +1782,9 @@ pango_attr_iterator_get (PangoAttrIterator *iterator,
* an attribute in the #PangoAttrList associated with the iterator,
* so if you plan to keep it around, you must call:
* <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
+ * @language: (allow-none): if non-%NULL, location to store language tag for item, or %NULL
* if none is found.
- * @extra_attrs: (element type Pango.Attribute) (transfer full): if non-%NULL,
+ * @extra_attrs: (allow-none) (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