From: Laszlo Pandy Date: Wed, 9 Feb 2011 15:55:36 +0000 (+0100) Subject: [GI] Add (allow-none) annotations to pango_parse_markup(). X-Git-Tag: 1.29.1~162 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=12de1ecf9ab9c925e7021288b10175af74007e94;p=platform%2Fupstream%2Fpango.git [GI] Add (allow-none) annotations to pango_parse_markup(). --- diff --git a/pango/pango-markup.c b/pango/pango-markup.c index 394be34..abefaf8 100644 --- a/pango/pango-markup.c +++ b/pango/pango-markup.c @@ -552,9 +552,9 @@ static const GMarkupParser pango_markup_parser = { * @markup_text: markup to parse (see markup format) * @length: length of @markup_text, or -1 if nul-terminated * @accel_marker: character that precedes an accelerator, or 0 for none - * @attr_list: (out): address of return location for a #PangoAttrList, or %NULL - * @text: (out): address of return location for text with tags stripped, or %NULL - * @accel_char: (out): address of return location for accelerator char, or %NULL + * @attr_list: (out) (allow-none): address of return location for a #PangoAttrList, or %NULL + * @text: (out) (allow-none): address of return location for text with tags stripped, or %NULL + * @accel_char: (out) (allow-none): address of return location for accelerator char, or %NULL * @error: address of return location for errors, or %NULL * * Parses marked-up text (see