summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-node.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-21 20:28:50 +0000
committerRichard Hughes <richard@hughsie.com>2014-08-20 10:01:26 +0100
commitc63ae20cbbfe7e241fca2775f4df05da85335d13 (patch)
treee8f3a00955a29eb6ad285b2d6bf93bdb06c73601 /libappstream-glib/as-node.h
parent451a7489300e19221bb5bed6da182839e2e3ad69 (diff)
downloadappstream-glib-c63ae20cbbfe7e241fca2775f4df05da85335d13.tar.gz
Use libyaml to read DEP-11 metadata
This is optional, but enabled by default. Use --disable-dep11 to remove the libyaml dependancy.
Diffstat (limited to 'libappstream-glib/as-node.h')
-rw-r--r--libappstream-glib/as-node.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-node.h b/libappstream-glib/as-node.h
index 4569887..335cf2c 100644
--- a/libappstream-glib/as-node.h
+++ b/libappstream-glib/as-node.h
@@ -98,12 +98,14 @@ typedef enum {
* AsNodeError:
* @AS_NODE_ERROR_FAILED: Generic failure
* @AS_NODE_ERROR_INVALID_MARKUP: XML markup was invalid
+ * @AS_NODE_ERROR_NO_SUPPORT: No support for parsing
*
* The error type.
**/
typedef enum {
AS_NODE_ERROR_FAILED,
AS_NODE_ERROR_INVALID_MARKUP, /* Since: 0.2.4 */
+ AS_NODE_ERROR_NO_SUPPORT, /* Since: 0.3.0 */
/*< private >*/
AS_NODE_ERROR_LAST
} AsNodeError;