summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2016-08-09 08:33:58 +0100
committerRichard Hughes <richard@hughsie.com>2016-08-09 11:09:54 +0100
commit6d2a83b382e7ea48d3235809687e72a1cc780030 (patch)
tree1f5bf91436aa35e18b6039fc04d532f53b275bef /libappstream-glib/as-utils-private.h
parentca6a57ef996c770fce2088b722f07325a18f9384 (diff)
downloadappstream-glib-6d2a83b382e7ea48d3235809687e72a1cc780030.tar.gz
Don't include the version in the unique ID
We have releases; different versions should be merged.
Diffstat (limited to 'libappstream-glib/as-utils-private.h')
-rw-r--r--libappstream-glib/as-utils-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils-private.h b/libappstream-glib/as-utils-private.h
index ebf6fbf..a3bef1a 100644
--- a/libappstream-glib/as-utils-private.h
+++ b/libappstream-glib/as-utils-private.h
@@ -32,6 +32,8 @@
G_BEGIN_DECLS
+#define AS_UTILS_UNIQUE_ID_PARTS 7
+
const gchar *as_hash_lookup_by_locale (GHashTable *hash,
const gchar *locale);
void as_pixbuf_sharpen (GdkPixbuf *src,