From 8af36475e76fd5bf8a6a184dd9cbd32a96549419 Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Wed, 9 Feb 2011 16:55:36 +0100 Subject: [GI] Add (allow-none) annotations to pango_parse_markup(). --- pango/pango-markup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pango/pango-markup.c b/pango/pango-markup.c index 394be34e..abefaf82 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 -- cgit v1.2.1