summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'libappstream-glib/as-enums.h')
-rw-r--r--libappstream-glib/as-enums.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libappstream-glib/as-enums.h b/libappstream-glib/as-enums.h
index 73fc556..f8532eb 100644
--- a/libappstream-glib/as-enums.h
+++ b/libappstream-glib/as-enums.h
@@ -60,6 +60,8 @@ typedef enum {
* @AS_URL_KIND_DETAILS: Release details
* @AS_URL_KIND_SOURCE: Link to source code
* @AS_URL_KIND_CONTACT: URL to contact developer on
+ * @AS_URL_KIND_VCS_BROWSER: Browse the source code
+ * @AS_URL_KIND_CONTRIBUTE: Help developing
*
* The URL type.
**/
@@ -75,6 +77,8 @@ typedef enum {
AS_URL_KIND_DETAILS, /* Since: 0.7.15 */
AS_URL_KIND_SOURCE, /* Since: 0.7.15 */
AS_URL_KIND_CONTACT, /* Since: 0.7.15 */
+ AS_URL_KIND_VCS_BROWSER,
+ AS_URL_KIND_CONTRIBUTE,
/*< private >*/
AS_URL_KIND_LAST
} AsUrlKind;