From 1ebacaf1201097f0bb8a121fea420334144c85a5 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 20 Aug 2014 18:01:01 +0100 Subject: Add a new kudo for high contrast icons --- libappstream-glib/as-enums.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libappstream-glib/as-enums.h') diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h index 6624f45..4a37d7f 100644 --- a/libappstream-glib/as-enums.h +++ b/libappstream-glib/as-enums.h @@ -106,6 +106,7 @@ typedef enum { * @AS_KUDO_KIND_APP_MENU: Uses the GNOME application menu * @AS_KUDO_KIND_MODERN_TOOLKIT: Uses a modern toolkit like GTK3 or QT5 * @AS_KUDO_KIND_NOTIFICATIONS: Registers notifications with KDE or GNOME + * @AS_KUDO_KIND_HIGH_CONTRAST: Installs a high contrast icon * * The kudo type. **/ @@ -116,6 +117,7 @@ typedef enum { AS_KUDO_KIND_APP_MENU, /* Since: 0.2.2 */ AS_KUDO_KIND_MODERN_TOOLKIT, /* Since: 0.2.2 */ AS_KUDO_KIND_NOTIFICATIONS, /* Since: 0.2.2 */ + AS_KUDO_KIND_HIGH_CONTRAST, /* Since: 0.3.0 */ /*< private >*/ AS_KUDO_KIND_LAST } AsKudoKind; -- cgit v1.2.1