From 805133bd6f306a720524b2bcbdab14ccac0800ad Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 28 Sep 2015 15:52:49 +0100 Subject: gdata: Tweak documentation for GDataParserError It covers JSON as well as XML. --- gdata/gdata-parsable.h | 4 ++-- 1 file 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, -- cgit v1.2.1