From 23f5c271ae2188ae25517ff15632ee44a74efc6c Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 7 Apr 2016 11:42:44 +0100 Subject: Add AS_APP_QUIRK_NEEDS_REBOOT --- libappstream-glib/as-app.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h index 422d14a..d3c000b 100644 --- a/libappstream-glib/as-app.h +++ b/libappstream-glib/as-app.h @@ -217,6 +217,7 @@ typedef enum { * @AS_APP_QUIRK_COMPULSORY: Cannot be removed * @AS_APP_QUIRK_HAS_SOURCE: Has a source to allow staying up-to-date * @AS_APP_QUIRK_MATCH_ANY_PREFIX: Matches applications with any prefix + * @AS_APP_QUIRK_NEEDS_REBOOT: A reboot is required after the action * * The component attributes. **/ @@ -226,6 +227,7 @@ typedef enum { AS_APP_QUIRK_COMPULSORY = 1 << 1, /* Since: 0.5.10 */ AS_APP_QUIRK_HAS_SOURCE = 1 << 2, /* Since: 0.5.10 */ AS_APP_QUIRK_MATCH_ANY_PREFIX = 1 << 3, /* Since: 0.5.12 */ + AS_APP_QUIRK_NEEDS_REBOOT = 1 << 4, /* Since: 0.5.14 */ /*< private >*/ AS_APP_QUIRK_LAST } AsAppQuirk; -- cgit v1.2.1