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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libappstream-glib/as-tag.h b/libappstream-glib/as-tag.h
index adb7c79..61af6b8 100644
--- a/libappstream-glib/as-tag.h
+++ b/libappstream-glib/as-tag.h
@@ -92,6 +92,8 @@ G_BEGIN_DECLS
* @AS_TAG_REQUIRES: `requires`
* @AS_TAG_CUSTOM: `custom`
* @AS_TAG_LAUNCHABLE: `launchable`
+ * @AS_TAG_AGREEMENT: `agreement`
+ * @AS_TAG_AGREEMENT_SECTION: `agreement_section`
*
* The tag type.
**/
@@ -156,6 +158,8 @@ typedef enum {
AS_TAG_REQUIRES, /* Since: 0.6.7 */
AS_TAG_CUSTOM, /* Since: 0.6.8 */
AS_TAG_LAUNCHABLE, /* Since: 0.6.13 */
+ AS_TAG_AGREEMENT, /* Since: 0.7.8 */
+ AS_TAG_AGREEMENT_SECTION, /* Since: 0.7.8 */
/*< private >*/
AS_TAG_LAST
} AsTag;