aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-03-03 17:46:50 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-03-03 17:46:50 +0800
commitba7eae326c9cd3e12447bf636cedfae6284b2581 (patch)
tree25d1aec934c513dc6165b59fb7d6a8430713c319 /libempathy-gtk/empathy-ui-utils.h
parent02c2e9960f1a66ed3661e67f1038a6aeea7a2d69 (diff)
downloadgsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar.gz
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar.bz2
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar.lz
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar.xz
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.tar.zst
gsoc2013-empathy-ba7eae326c9cd3e12447bf636cedfae6284b2581.zip
Move URI regex to empathy-ui-utils
From: Xavier Claessens <xclaesse@gmail.com> svn path=/trunk/; revision=2549
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 69ec465be..64c1f1a14 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -63,6 +63,8 @@ typedef enum {
} EmpathySound;
void empathy_gtk_init (void);
+GRegex * empathy_uri_regex_dup_singleton (void);
+
/* Glade */
void empathy_glade_get_file_simple (const gchar *filename,
const gchar *root,