From 435ad105aa8c8b73f8d981aae6a25a89db423796 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 8 Jul 2016 16:41:25 +0100 Subject: Add support for application suggestions --- libappstream-glib/as-tag.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libappstream-glib/as-tag.h') 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; -- cgit v1.2.1