summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
authorMatthias Klumpp <matthias@tenstral.net>2016-08-11 18:37:12 +0200
committerMatthias Klumpp <matthias@tenstral.net>2016-08-11 18:37:12 +0200
commit0572fda7d59c474a43662493e3daed6d275610dc (patch)
tree06189957ea602378eb154f7fdd4be05098c1a796 /libappstream-glib/as-app.h
parent2c479053850958575c8de50fbee4433ec05019d3 (diff)
downloadappstream-glib-0572fda7d59c474a43662493e3daed6d275610dc.tar.gz
Add console-app component type
See #127
Diffstat (limited to 'libappstream-glib/as-app.h')
-rw-r--r--libappstream-glib/as-app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h
index c11ea23..64b4221 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -310,6 +310,7 @@ typedef enum {
AS_APP_KIND_OS_UPGRADE, /* Since: 0.5.10 */
AS_APP_KIND_SHELL_EXTENSION, /* Since: 0.5.10 */
AS_APP_KIND_LOCALIZATION, /* Since: 0.5.11 */
+ AS_APP_KIND_CONSOLE, /* Since: 0.6.1 */
/*< private >*/
AS_APP_KIND_LAST
} AsAppKind;