summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-02-26 08:09:30 +0000
committerRichard Hughes <richard@hughsie.com>2016-02-26 08:09:30 +0000
commitf98bd6c5aa28d6d8c416f2694675d3b5caa03105 (patch)
tree54d84cb54825c583e4dc7a819a5a42456c682bfe /libappstream-glib/as-app.h
parent73d59b33b4896a72022f05e260236c41174d4b55 (diff)
downloadappstream-glib-f98bd6c5aa28d6d8c416f2694675d3b5caa03105.tar.gz
Add AS_APP_KIND_SHELL_EXTENSION
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 90133d8..cbdf083 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -183,6 +183,7 @@ typedef enum {
* @AS_APP_KIND_RUNTIME: Runtime platform
* @AS_APP_KIND_GENERIC: Generic component
* @AS_APP_KIND_DISTRO_UPGRADE: Distribution upgrade
+ * @AS_APP_KIND_SHELL_EXTENSION: GNOME Shell extension
*
* The component type.
**/
@@ -199,6 +200,7 @@ typedef enum {
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_SHELL_EXTENSION, /* Since: 0.5.10 */
/*< private >*/
AS_APP_KIND_LAST
} AsAppKind;