From: Alberto Ruiz Date: Mon, 25 Apr 2011 11:21:15 +0000 (+0100) Subject: adding allow-none to pango_attr_iterator_get_font parameters X-Git-Tag: 1.29.1~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d45ce5856f0e7be9402c425bcd967bacf9ffe060;p=platform%2Fupstream%2Fpango.git adding allow-none to pango_attr_iterator_get_font parameters --- diff --git a/pango/pango-attributes.c b/pango/pango-attributes.c index a253a67..fbb65ff 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: * pango_font_description_set_family (desc, pango_font_description_get_family (desc)). - * @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