summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-require.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-12-22 19:25:48 +0000
committerRichard Hughes <richard@hughsie.com>2016-12-22 19:25:48 +0000
commit4ed21093c8bc522e367f45bb03f59657300aa6b3 (patch)
tree5959ccb0bd34f58aed876b8275e7e327fe309a36 /libappstream-glib/as-require.h
parent01b9771203fd450741282504c730d296d7b9cce5 (diff)
downloadappstream-glib-4ed21093c8bc522e367f45bb03f59657300aa6b3.tar.gz
Support glob and regex matches in requires compare tags
Diffstat (limited to 'libappstream-glib/as-require.h')
-rw-r--r--libappstream-glib/as-require.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-require.h b/libappstream-glib/as-require.h
index 92a48b5..8dc16ec 100644
--- a/libappstream-glib/as-require.h
+++ b/libappstream-glib/as-require.h
@@ -83,6 +83,8 @@ typedef enum {
AS_REQUIRE_COMPARE_GT,
AS_REQUIRE_COMPARE_LE,
AS_REQUIRE_COMPARE_GE,
+ AS_REQUIRE_COMPARE_GLOB,
+ AS_REQUIRE_COMPARE_REGEX,
/*< private >*/
AS_REQUIRE_COMPARE_LAST
} AsRequireCompare;