[pango/1.28] [GI] Add (allow-none) annotations to pango_parse_markup().



commit 8af36475e76fd5bf8a6a184dd9cbd32a96549419
Author: Laszlo Pandy <lpandy src gnome org>
Date:   Wed Feb 9 16:55:36 2011 +0100

    [GI] Add (allow-none) annotations to pango_parse_markup().

 pango/pango-markup.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
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 <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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]