summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.c
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-06-19 17:22:21 +0100
committerRichard Hughes <richard@hughsie.com>2014-07-08 18:21:26 +0100
commita54c4a0ea60a1cb3f3517cfd18d6962416c745cd (patch)
tree2656812015c028d4e958ea55cf95e4de4fcef22e /libappstream-glib/as-tag.c
parenta15721ab5508ffebef58b2196b4dbc290adadc98 (diff)
downloadappstream-glib-a54c4a0ea60a1cb3f3517cfd18d6962416c745cd.tar.gz
Add support for <kudo> introduced in AppStream 0.8
Diffstat (limited to 'libappstream-glib/as-tag.c')
-rw-r--r--libappstream-glib/as-tag.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.c b/libappstream-glib/as-tag.c
index f9909f0..0082258 100644
--- a/libappstream-glib/as-tag.c
+++ b/libappstream-glib/as-tag.c
@@ -170,6 +170,8 @@ as_tag_to_string (AsTag tag)
"provides",
"extends",
"developer_name",
+ "kudos",
+ "kudo",
NULL };
if (tag > AS_TAG_LAST)
tag = AS_TAG_LAST;