summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-06-24 16:25:27 +0100
committerRichard Hughes <richard@hughsie.com>2015-06-24 16:25:27 +0100
commite0ecc3235f6382615d00124cc0a45d0dcb57b783 (patch)
tree639ae432e36ce97c741c31d3c6247c04472c7cdd /libappstream-glib/as-utils-private.h
parent4142ee9b0c0e736debf2a3d64d2972fb3b949285 (diff)
downloadappstream-glib-e0ecc3235f6382615d00124cc0a45d0dcb57b783.tar.gz
Do not duplicate <location> tags within a release
This can happen if the AsApp objects are being merged during store load.
Diffstat (limited to 'libappstream-glib/as-utils-private.h')
-rw-r--r--libappstream-glib/as-utils-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils-private.h b/libappstream-glib/as-utils-private.h
index 23aea2e..4a54f7a 100644
--- a/libappstream-glib/as-utils-private.h
+++ b/libappstream-glib/as-utils-private.h
@@ -42,6 +42,9 @@ void as_pixbuf_sharpen (GdkPixbuf *src,
void as_pixbuf_blur (GdkPixbuf *src,
gint radius,
gint iterations);
+const gchar *as_ptr_array_find_string (GPtrArray *array,
+ const gchar *value,
+ gssize value_len);
G_END_DECLS