diff options
author | Richard Hughes <richard@hughsie.com> | 2014-07-01 20:53:18 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2014-07-01 20:53:18 +0100 |
commit | 20f49dd1d5b8c738313ae215e39a75230d7c4593 (patch) | |
tree | 0deadc6f2fbd8a7417013d859034b4ce8fcb6d83 /libappstream-glib/as-enums.h | |
parent | fa64f0ed8ccd1b49eb5bb80aa12f9bf9d72dd7c3 (diff) | |
download | appstream-glib-20f49dd1d5b8c738313ae215e39a75230d7c4593.tar.gz |
trivial: Add AS_URL_KIND_MISSING
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 b2bfc5a..7fa2452 100644 --- a/libappstream-glib/as-enums.h +++ b/libappstream-glib/as-enums.h @@ -81,6 +81,7 @@ typedef enum { * @AS_URL_KIND_FAQ: Application FAQ page * @AS_URL_KIND_DONATION: Application donation page * @AS_URL_KIND_HELP: Application help manual + * @AS_URL_KIND_MISSING: The package is available, but missing * * The URL type. **/ @@ -91,6 +92,7 @@ typedef enum { AS_URL_KIND_FAQ, /* Since: 0.1.1 */ AS_URL_KIND_DONATION, /* Since: 0.1.1 */ AS_URL_KIND_HELP, /* Since: 0.1.5 */ + AS_URL_KIND_MISSING, /* Since: 0.2.2 */ /*< private >*/ AS_URL_KIND_LAST } AsUrlKind; |