diff options
author | Richard Hughes <richard@hughsie.com> | 2016-02-25 20:59:37 +0000 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2016-02-25 20:59:37 +0000 |
commit | 73d59b33b4896a72022f05e260236c41174d4b55 (patch) | |
tree | c680aad0a3501a6bc1d2d7c873b46cfbc5c56f0e /libappstream-glib/as-app.h | |
parent | db239198f49842d03bde09340ac8442ccbcb7da0 (diff) | |
download | appstream-glib-73d59b33b4896a72022f05e260236c41174d4b55.tar.gz |
Add AS_APP_KIND_DISTRO_UPGRADE
Diffstat (limited to 'libappstream-glib/as-app.h')
-rw-r--r-- | libappstream-glib/as-app.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h index bd62de8..90133d8 100644 --- a/libappstream-glib/as-app.h +++ b/libappstream-glib/as-app.h @@ -182,6 +182,7 @@ typedef enum { * @AS_APP_KIND_FIRMWARE: A firmware update * @AS_APP_KIND_RUNTIME: Runtime platform * @AS_APP_KIND_GENERIC: Generic component + * @AS_APP_KIND_DISTRO_UPGRADE: Distribution upgrade * * The component type. **/ @@ -197,6 +198,7 @@ typedef enum { AS_APP_KIND_FIRMWARE, /* Since: 0.5.10 */ AS_APP_KIND_RUNTIME, /* Since: 0.5.10 */ AS_APP_KIND_GENERIC, /* Since: 0.5.10 */ + AS_APP_KIND_DISTRO_UPGRADE, /* Since: 0.5.10 */ /*< private >*/ AS_APP_KIND_LAST } AsAppKind; |