summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-05 08:30:44 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-05 08:35:34 +0100
commit86a164816e56b4fe9fe87ae52a332394a3f8c7de (patch)
treeb802484ec67f335d9576de96f82eafdb2831c5f5 /libappstream-glib/as-app.h
parent0bf85282254910808c60a1a68152b9715d055d0e (diff)
downloadappstream-glib-86a164816e56b4fe9fe87ae52a332394a3f8c7de.tar.gz
Use a more relaxed unique-id match for merge components
Diffstat (limited to 'libappstream-glib/as-app.h')
-rw-r--r--libappstream-glib/as-app.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-app.h b/libappstream-glib/as-app.h
index 4a47c32..59490bb 100644
--- a/libappstream-glib/as-app.h
+++ b/libappstream-glib/as-app.h
@@ -224,6 +224,7 @@ typedef enum {
* @AS_APP_QUIRK_NOT_REVIEWABLE: The app is not reviewable
* @AS_APP_QUIRK_HAS_SHORTCUT: The app has a shortcut in the system
* @AS_APP_QUIRK_NOT_LAUNCHABLE: The app is not launchable (run-able)
+ * @AS_APP_QUIRK_METADATA_MERGE: The metadata should be merged with existing apps
*
* The component attributes.
**/
@@ -237,6 +238,7 @@ typedef enum {
AS_APP_QUIRK_NOT_REVIEWABLE = 1 << 5, /* Since: 0.5.14 */
AS_APP_QUIRK_HAS_SHORTCUT = 1 << 6, /* Since: 0.5.15 */
AS_APP_QUIRK_NOT_LAUNCHABLE = 1 << 7, /* Since: 0.5.15 */
+ AS_APP_QUIRK_METADATA_MERGE = 1 << 8, /* Since: 0.6.1 */
/*< private >*/
AS_APP_QUIRK_LAST
} AsAppQuirk;