X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=pango%2Fpango-markup.c;h=abefaf8254e9aeeb5d0532b9e734509af60d3965;hb=1247c459b5d320af1acfcf573734e526c6a0db56;hp=b1a8c9c148013d9ad3b3e577e7f5b7a9a0bf4e48;hpb=1c26348137dab63151695bd53c6c61b59b91e9e1;p=external%2Fpango1.0.git diff --git a/pango/pango-markup.c b/pango/pango-markup.c old mode 100755 new mode 100644 index b1a8c9c..abefaf8 --- 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) (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