summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
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);