summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-08 16:41:25 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-11 10:13:10 +0100
commit435ad105aa8c8b73f8d981aae6a25a89db423796 (patch)
treebb4f29ef61d82bdc81fbc5de8ceb1ec73aa569bb /libappstream-glib/as-tag.h
parent6956a72b8fc4f13ec6f10539a3c0047568854c22 (diff)
downloadappstream-glib-435ad105aa8c8b73f8d981aae6a25a89db423796.tar.gz
Add support for application suggestions
Diffstat (limited to 'libappstream-glib/as-tag.h')
-rw-r--r--libappstream-glib/as-tag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.h b/libappstream-glib/as-tag.h
index 3ceb884..a8f4d17 100644
--- a/libappstream-glib/as-tag.h
+++ b/libappstream-glib/as-tag.h
@@ -88,6 +88,7 @@ G_BEGIN_DECLS
* @AS_TAG_REVIEW: `review`
* @AS_TAG_REVIEWER_NAME: `reviewer_name`
* @AS_TAG_REVIEWER_ID: `reviewer_id`
+ * @AS_TAG_SUGGESTS: `suggests`
*
* The tag type.
**/
@@ -148,6 +149,7 @@ typedef enum {
AS_TAG_REVIEW, /* Since: 0.6.1 */
AS_TAG_REVIEWER_NAME, /* Since: 0.6.1 */
AS_TAG_REVIEWER_ID, /* Since: 0.6.1 */
+ AS_TAG_SUGGESTS, /* Since: 0.6.1 */
/*< private >*/
AS_TAG_LAST
} AsTag;