aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-24 19:51:12 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-08-24 22:27:42 +0800
commit1ef053f46e31460f8f128621690a967e2ca08fc6 (patch)
treebbb93fcd9a753a4ef196adccdbec191027d8eeb1 /libempathy/empathy-account-settings.h
parentff4c2d1b2504826b405d2c6846c0a6087320380d (diff)
downloadgsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar.gz
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar.bz2
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar.lz
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar.xz
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.tar.zst
gsoc2013-empathy-1ef053f46e31460f8f128621690a967e2ca08fc6.zip
account-settings: add API to set 'tel' in the URISchemes property of the account
https://bugzilla.gnome.org/show_bug.cgi?id=657220
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r--libempathy/empathy-account-settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
index 80c30092e..ea0c5b048 100644
--- a/libempathy/empathy-account-settings.h
+++ b/libempathy/empathy-account-settings.h
@@ -200,6 +200,12 @@ gboolean empathy_account_settings_param_is_supported (
EmpathyAccountSettings *self,
const gchar *param);
+void empathy_account_settings_set_uri_scheme_tel (EmpathyAccountSettings *self,
+ gboolean associate);
+
+gboolean empathy_account_settings_has_uri_scheme_tel (
+ EmpathyAccountSettings *self);
+
G_END_DECLS
#endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/