summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-utils.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-05-06 15:52:29 +0100
committerRichard Hughes <richard@hughsie.com>2014-05-06 16:09:22 +0100
commit5f41d3ba693f19c5cc0ab9ee8258583aae179eea (patch)
treef207e5cdeb984384c5ac0a1479724a5545af1bd9 /libappstream-glib/as-utils.h
parent11a724411efa880f6bd3d167a083274e900d38ce (diff)
downloadappstream-glib-5f41d3ba693f19c5cc0ab9ee8258583aae179eea.tar.gz
Add as_utils_check_url_exists()
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 273b9de..6646a10 100644
--- a/libappstream-glib/as-utils.h
+++ b/libappstream-glib/as-utils.h
@@ -37,6 +37,8 @@ gboolean as_utils_is_stock_icon_name (const gchar *name);
gboolean as_utils_is_spdx_license_id (const gchar *license_id);
const gchar * const *as_util_get_possible_kudos (void);
gchar **as_utils_spdx_license_tokenize (const gchar *license);
+gboolean as_utils_check_url_exists (const gchar *url,
+ GError **error);
G_END_DECLS