summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaszlo Pandy <lpandy@src.gnome.org>2011-02-04 14:30:59 +0100
committerBehdad Esfahbod <behdad@behdad.org>2011-04-04 16:23:24 -0400
commit9bfb58798fab35ff58e5ba8f94bfa04878c736c7 (patch)
treefdc9a81b6c1ce49cd7a87b6507d86b98402705c4
parent19be0cbd483456cfba8faf9be367a45ef5f1396a (diff)
downloadpango-9bfb58798fab35ff58e5ba8f94bfa04878c736c7.tar.gz
[GI] Annotate out arguments of pango_parse_markup().
-rw-r--r--pango/pango-markup.c6
1 files 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 <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: 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