aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-26 17:15:11 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-29 17:42:15 +0800
commit04f88a3959838b95972664ce99cf24f94be06457 (patch)
tree5ba481428038c56c84f94b4c0571bd9d2c4c5c71 /libempathy/empathy-utils.h
parent6dfd7204baa89c6eb3903753f45b7d416a93b112 (diff)
downloadgsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar.gz
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar.bz2
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar.lz
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar.xz
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.tar.zst
gsoc2013-empathy-04f88a3959838b95972664ce99cf24f94be06457.zip
export empathy_account_has_uri_scheme_tel()
https://bugzilla.gnome.org/show_bug.cgi?id=650112
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h
index 90933eded..fb25d7a99 100644
--- a/libempathy/empathy-utils.h
+++ b/libempathy/empathy-utils.h
@@ -106,6 +106,8 @@ gchar *empathy_format_currency (gint amount,
guint scale,
const gchar *currency);
+gboolean empathy_account_has_uri_scheme_tel (TpAccount *account);
+
/* Copied from wocky/wocky-utils.h */
#define empathy_implement_finish_void(source, tag) \