summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-09-10 16:04:07 +0100
committerRichard Hughes <richard@hughsie.com>2014-09-10 16:04:07 +0100
commit0c4d5a31dd5998b37ab8a6add69118495ecaf0d8 (patch)
tree4810f106b2607e012a91676258fee28245f7d3ae /libappstream-glib/as-utils.h
parentba3f486bc6428c040987b59914ba678e064d5cfd (diff)
downloadappstream-glib-0c4d5a31dd5998b37ab8a6add69118495ecaf0d8.tar.gz
Add as_utils_get_string_overlap()
This is needed for future code.
Diffstat (limited to 'libappstream-glib/as-utils.h')
-rw-r--r--libappstream-glib/as-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/as-utils.h b/libappstream-glib/as-utils.h
index 2536ec0..283c99f 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -47,6 +47,8 @@ gboolean as_utils_check_url_exists (const gchar *url,
gchar *as_utils_find_icon_filename (const gchar *destdir,
const gchar *search,
GError **error);
+gchar *as_utils_get_string_overlap (const gchar *s1,
+ const gchar *s2);
G_END_DECLS