summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-07-31 20:15:29 +0100
committerRichard Hughes <richard@hughsie.com>2016-07-31 21:33:04 +0100
commit257d0a4557d5f1ccc91bb0b2a3d805436b52f4ad (patch)
tree584ac742996da17342ad2013d4175e0c10273ce8 /libappstream-glib/as-app-private.h
parenta416e4713d04a583cbe6ab88534b482f1d71abf7 (diff)
downloadappstream-glib-257d0a4557d5f1ccc91bb0b2a3d805436b52f4ad.tar.gz
Add as_store_get_app_by_unique_id()
Diffstat (limited to 'libappstream-glib/as-app-private.h')
-rw-r--r--libappstream-glib/as-app-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-app-private.h b/libappstream-glib/as-app-private.h
index 91e9399..dd6f357 100644
--- a/libappstream-glib/as-app-private.h
+++ b/libappstream-glib/as-app-private.h
@@ -79,6 +79,9 @@ typedef enum {
#define AS_APP_ICON_MIN_HEIGHT 32
#define AS_APP_ICON_MIN_WIDTH 32
+/* unique */
+#define AS_APP_UNIQUE_WILDCARD "*"
+
AsAppProblems as_app_get_problems (AsApp *app);
guint as_app_get_name_size (AsApp *app);
guint as_app_get_comment_size (AsApp *app);