summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-06-15 17:31:34 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-06-15 17:31:34 +0000
commit437a0345a8656333217a3601081fff2d81b6b79e (patch)
treedd9b25ff8191a30676d6ec39070f4c86d960eec1
parente3989e2164aa63e5c4fbfbbb02cc58bc910af464 (diff)
downloadpango-437a0345a8656333217a3601081fff2d81b6b79e.tar.gz
Clarify docs.
svn path=/trunk/; revision=2356
-rw-r--r--pango/pango-markup.c4
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