From 9bfb58798fab35ff58e5ba8f94bfa04878c736c7 Mon Sep 17 00:00:00 2001 From: Laszlo Pandy Date: Fri, 4 Feb 2011 14:30:59 +0100 Subject: [GI] Annotate out arguments of 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 b1a8c9c1..394be34e 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: address of return location for a #PangoAttrList, or %NULL - * @text: address of return location for text with tags stripped, or %NULL - * @accel_char: address of return location for accelerator char, or %NULL + * @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 * @error: address of return location for errors, or %NULL * * Parses marked-up text (see -- cgit v1.2.1