summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-26 08:17:33 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-26 08:17:50 +0000
commitb7fe421f6ab63418e14685934ce4b115211d8e32 (patch)
treea095b372e17d958492bfa8279e23e2bd50d88be6 /libappstream-glib/as-app.h
parentf98bd6c5aa28d6d8c416f2694675d3b5caa03105 (diff)
downloadappstream-glib-b7fe421f6ab63418e14685934ce4b115211d8e32.tar.gz
Add AS_APP_KIND_OS_UPDATE
Also, namespace the OS upgrade kind to be the same.
Diffstat (limited to 'libappstream-glib/as-app.h')
-rw-r--r--libappstream-glib/as-app.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h
index cbdf083..3ce1d01 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -182,7 +182,8 @@ 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
+ * @AS_APP_KIND_OS_UPDATE: Operating system update
+ * @AS_APP_KIND_OS_UPGRADE: Operating system upgrade
* @AS_APP_KIND_SHELL_EXTENSION: GNOME Shell extension
*
* The component type.
@@ -199,7 +200,8 @@ 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 */
+ AS_APP_KIND_OS_UPDATE, /* Since: 0.5.10 */
+ AS_APP_KIND_OS_UPGRADE, /* Since: 0.5.10 */
AS_APP_KIND_SHELL_EXTENSION, /* Since: 0.5.10 */
/*< private >*/
AS_APP_KIND_LAST