summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-25 20:59:37 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-25 20:59:37 +0000
commit73d59b33b4896a72022f05e260236c41174d4b55 (patch)
treec680aad0a3501a6bc1d2d7c873b46cfbc5c56f0e /libappstream-glib/as-app.h
parentdb239198f49842d03bde09340ac8442ccbcb7da0 (diff)
downloadappstream-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.h2
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;