diff options
author | Richard Hughes <richard@hughsie.com> | 2014-09-30 18:27:05 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-10-01 15:16:41 +0100 |
commit | 82a68844ae87ca36019cd95fcdbcde15dbfa1a46 (patch) | |
tree | 55e7e0ef6e441a50c20bdcd192abdfbb9c7fc015 /libappstream-glib/as-enums.h | |
parent | aeeef63c3e197d824ee749cd2e65a611529be6b4 (diff) | |
download | appstream-glib-82a68844ae87ca36019cd95fcdbcde15dbfa1a46.tar.gz |
Add AS_ICON_KIND_EMBEDDED
Diffstat (limited to 'libappstream-glib/as-enums.h')
-rw-r--r-- | libappstream-glib/as-enums.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h index 248c306..050ae8b 100644 --- a/libappstream-glib/as-enums.h +++ b/libappstream-glib/as-enums.h @@ -62,6 +62,7 @@ typedef enum { * @AS_ICON_KIND_STOCK: Stock icon or present in the generic icon theme * @AS_ICON_KIND_CACHED: An icon shipped with the AppStream metadata * @AS_ICON_KIND_REMOTE: An icon referenced by a remote URL + * @AS_ICON_KIND_EMBEDDED: An embedded Base64 icon * * The icon type. **/ @@ -70,6 +71,7 @@ typedef enum { AS_ICON_KIND_STOCK, /* Since: 0.1.0 */ AS_ICON_KIND_CACHED, /* Since: 0.1.0 */ AS_ICON_KIND_REMOTE, /* Since: 0.1.0 */ + AS_ICON_KIND_EMBEDDED, /* Since: 0.3.1 */ /*< private >*/ AS_ICON_KIND_LAST } AsIconKind; |