summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-07-31 21:11:12 +0100
committerRichard Hughes <richard@hughsie.com>2014-07-31 21:22:20 +0100
commitdb4ff991f0ecf945aa9c847527c088bc03dad0b0 (patch)
treebbfc11dc1986ea3f3bb042fb07adc3d288f0fc33 /libappstream-glib/as-app-private.h
parent51967093baa5e1a174d3fafe3547c08a27245a99 (diff)
downloadappstream-glib-db4ff991f0ecf945aa9c847527c088bc03dad0b0.tar.gz
Add as_store_validate()
The SUSE metadata is defined as version 0.1, but contains several v0.4+ features, and also non-preformatted markup, which is a very odd mix of things.
Diffstat (limited to 'libappstream-glib/as-app-private.h')
-rw-r--r--libappstream-glib/as-app-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-app-private.h b/libappstream-glib/as-app-private.h
index 0beecf6..c282519 100644
--- a/libappstream-glib/as-app-private.h
+++ b/libappstream-glib/as-app-private.h
@@ -42,6 +42,7 @@ typedef enum {
AS_APP_PROBLEM_INTLTOOL_SUMMARY = 1 << 5,
AS_APP_PROBLEM_INTLTOOL_DESCRIPTION = 1 << 6,
AS_APP_PROBLEM_NOT_VALID_UTF8 = 1 << 7,
+ AS_APP_PROBLEM_PREFORMATTED_DESCRIPTION = 1 << 8,
AS_APP_PROBLEM_LAST
} AsAppProblems;