diff options
-rw-r--r-- | pango/pango-markup.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/pango-markup.c b/pango/pango-markup.c index 7f4f75cf..47fda6fc 100644 --- a/pango/pango-markup.c +++ b/pango/pango-markup.c @@ -557,7 +557,6 @@ static const GMarkupParser pango_markup_parser = { * @accel_char: address of return location for accelerator char, or %NULL * @error: address of return location for errors, or %NULL * - * * Parses marked-up text (see * <link linkend="PangoMarkupFormat">markup format</link>) to create * a plain-text string and an attribute list. @@ -570,6 +569,9 @@ static const GMarkupParser pango_markup_parser = { * Two @accel_marker characters following each other produce a single * literal @accel_marker character. * + * If any error happens, none of the output arguments are touched except + * for @error. + * * Return value: %FALSE if @error is set, otherwise %TRUE **/ gboolean |