]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-settings.h
Merge remote-tracking branch 'glassrose/add-All-service-selection-in-debug-window'
[empathy.git] / libempathy / empathy-account-settings.h
index 80c30092eef77b15a5f0664670a9102092c371da..10ed3684f9d61aeb80d29ed31031ef69319d696a 100644 (file)
@@ -78,6 +78,9 @@ const gchar *empathy_account_settings_get_protocol (
 const gchar *empathy_account_settings_get_service (
     EmpathyAccountSettings *settings);
 
+void empathy_account_settings_set_service (EmpathyAccountSettings *settings,
+    const gchar *service);
+
 TpAccount *empathy_account_settings_get_account (
     EmpathyAccountSettings *settings);
 
@@ -200,6 +203,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__*/