diff options
author | Richard Hughes <richard@hughsie.com> | 2016-07-19 15:48:08 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-07-26 21:45:25 +0100 |
commit | c7fa3a21c0ca2719a397b191d742e88a45a265bd (patch) | |
tree | 62305710f7ec7b4e530b9c02434d5d0928000888 /libappstream-glib/as-tag.c | |
parent | b85388f66f0e0758790f72d5cffb8a92c0885ab7 (diff) | |
download | appstream-glib-c7fa3a21c0ca2719a397b191d742e88a45a265bd.tar.gz |
Add AsReview
This allows us to represent an end-user application review.
Diffstat (limited to 'libappstream-glib/as-tag.c')
-rw-r--r-- | libappstream-glib/as-tag.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.c b/libappstream-glib/as-tag.c index 1bb78d4..820eddd 100644 --- a/libappstream-glib/as-tag.c +++ b/libappstream-glib/as-tag.c @@ -194,6 +194,11 @@ as_tag_to_string (AsTag tag) "translation", "content_rating", "content_attribute", + "version", + "reviews", + "review", + "reviewer_name", + "reviewer_id", NULL }; if (tag > AS_TAG_LAST) tag = AS_TAG_LAST; |