summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-enums.h')
-rw-r--r--libappstream-glib/as-enums.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h
index 06496e4..4aeb562 100644
--- a/libappstream-glib/as-enums.h
+++ b/libappstream-glib/as-enums.h
@@ -41,6 +41,7 @@ G_BEGIN_DECLS
* @AS_ID_KIND_SOURCE: A software source
* @AS_ID_KIND_ADDON: An addon, e.g. a plugin
* @AS_ID_KIND_FIRMWARE: A firmware update
+ * @AS_ID_KIND_RUNTIME: Runtime platform
*
* The ID type.
**/
@@ -54,6 +55,7 @@ typedef enum {
AS_ID_KIND_SOURCE, /* Since: 0.1.0 */
AS_ID_KIND_ADDON, /* Since: 0.1.7 */
AS_ID_KIND_FIRMWARE, /* Since: 0.3.5 */
+ AS_ID_KIND_RUNTIME, /* Since: 0.5.6 */
/*< private >*/
AS_ID_KIND_LAST
} AsIdKind;