summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-enums.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-08-20 18:01:01 +0100
committerRichard Hughes <richard@hughsie.com>2014-08-20 18:01:18 +0100
commit1ebacaf1201097f0bb8a121fea420334144c85a5 (patch)
tree4694492eeabc5f0a7af452d373d3fc5aa2336888 /libappstream-glib/as-enums.h
parent915239909df7c60bd838f71b4d89e5f1505847fb (diff)
downloadappstream-glib-1ebacaf1201097f0bb8a121fea420334144c85a5.tar.gz
Add a new kudo for high contrast icons
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 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;