[GI] Add (allow-none) annotations to pango_parse_markup().
authorLaszlo Pandy <lpandy@src.gnome.org>
Wed, 9 Feb 2011 15:55:36 +0000 (16:55 +0100)
committerLaszlo Pandy <lpandy@src.gnome.org>
Wed, 9 Feb 2011 15:55:36 +0000 (16:55 +0100)
pango/pango-markup.c

index 394be34..abefaf8 100644 (file)
@@ -552,9 +552,9 @@ static const GMarkupParser pango_markup_parser = {
  * @markup_text: markup to parse (see <link linkend="PangoMarkupFormat">markup format</link>)
  * @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