summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-bundle.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-01-20 15:02:35 +0000
committerRichard Hughes <richard@hughsie.com>2015-01-20 15:04:03 +0000
commit3a7a3510f721c02d60f2a2edd31ae11d6b0a9a7c (patch)
tree76466b6fb8c50d24e26b39743cbc784766fdf5c2 /libappstream-glib/as-bundle.h
parentacf84d61743f5dce83cc104d6160f12a2b3ad8e4 (diff)
downloadappstream-glib-3a7a3510f721c02d60f2a2edd31ae11d6b0a9a7c.tar.gz
Add AS_BUNDLE_KIND_XDG_APP
Diffstat (limited to 'libappstream-glib/as-bundle.h')
-rw-r--r--libappstream-glib/as-bundle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-bundle.h b/libappstream-glib/as-bundle.h
index 7255f81..7308eca 100644
--- a/libappstream-glib/as-bundle.h
+++ b/libappstream-glib/as-bundle.h
@@ -63,12 +63,14 @@ struct _AsBundleClass
* AsBundleKind:
* @AS_BUNDLE_KIND_UNKNOWN: Type invalid or not known
* @AS_BUNDLE_KIND_LIMBA: Limba application bundle
+ * @AS_BUNDLE_KIND_XDG_APP: Desktop application deployment
*
* The bundle type.
**/
typedef enum {
AS_BUNDLE_KIND_UNKNOWN,
AS_BUNDLE_KIND_LIMBA,
+ AS_BUNDLE_KIND_XDG_APP,
/*< private >*/
AS_BUNDLE_KIND_LAST
} AsBundleKind;