summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-28 15:52:49 +0100
committerPhilip Withnall <philip.withnall@collabora.co.uk>2015-09-28 15:52:49 +0100
commitd7060ffd14d4e3c3a8f13acbc40b0e8cd3fc72ca (patch)
treea88c9df66c12eb975895756ff6118de2e80a4aa1
parent83d410a32ed4e9d9b533c21e5ef63017a6ca6d27 (diff)
downloadlibgdata-wip/pwithnall/tasks-json-tests.tar.gz
gdata: Tweak documentation for GDataParserErrorwip/pwithnall/tasks-json-tests
It covers JSON as well as XML.
-rw-r--r--gdata/gdata-parsable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/gdata-parsable.h b/gdata/gdata-parsable.h
index 328d3c38..9aa84bcd 100644
--- a/gdata/gdata-parsable.h
+++ b/gdata/gdata-parsable.h
@@ -29,10 +29,10 @@ G_BEGIN_DECLS
/**
* GDataParserError:
- * @GDATA_PARSER_ERROR_PARSING_STRING: Error parsing the XML syntax itself
+ * @GDATA_PARSER_ERROR_PARSING_STRING: Error parsing the XML or JSON syntax itself
* @GDATA_PARSER_ERROR_EMPTY_DOCUMENT: Empty document
*
- * Error codes for XML parsing operations.
+ * Error codes for XML or JSON parsing operations.
**/
typedef enum {
GDATA_PARSER_ERROR_PARSING_STRING = 1,