[pango] [GI] Annotate out arguments of pango_parse_markup().
- From: Laszlo Pandy <lpandy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango] [GI] Annotate out arguments of pango_parse_markup().
- Date: Fri, 4 Feb 2011 13:33:35 +0000 (UTC)
commit a7a0db3caa56c9924d823017a23dbc0e71f3ba60
Author: Laszlo Pandy <lpandy src gnome org>
Date: Fri Feb 4 14:30:59 2011 +0100
[GI] Annotate out arguments of 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 b1a8c9c..394be34 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]