summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-tag.h
diff options
context:
space:
mode:
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 ad7e68e..0b42f84 100644
--- a/libappstream-glib/as-tag.h
+++ b/libappstream-glib/as-tag.h
@@ -89,6 +89,7 @@ G_BEGIN_DECLS
* @AS_TAG_REVIEWER_NAME: `reviewer_name`
* @AS_TAG_REVIEWER_ID: `reviewer_id`
* @AS_TAG_SUGGESTS: `suggests`
+ * @AS_TAG_SUGGEST: `suggest`
*
* The tag type.
**/
@@ -150,6 +151,7 @@ typedef enum {
AS_TAG_REVIEWER_NAME, /* Since: 0.5.18 */
AS_TAG_REVIEWER_ID, /* Since: 0.5.18 */
AS_TAG_SUGGESTS, /* Since: 0.5.18 */
+ AS_TAG_SUGGEST, /* Since: 0.5.18 */
/*< private >*/
AS_TAG_LAST
} AsTag;