]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-settings.h
individual-menu: remove link-contacts-activated signal
[empathy.git] / libempathy / empathy-account-settings.h
index fb2b8f4c655642c2595e6bdf5f38744d677bf6ba..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);
 
@@ -87,6 +90,10 @@ gboolean empathy_account_settings_has_account (
 TpConnectionManagerParam *empathy_account_settings_get_tp_params (
     EmpathyAccountSettings *settings);
 
+gboolean empathy_account_settings_have_tp_param (
+    EmpathyAccountSettings *settings,
+    const gchar *param);
+
 void empathy_account_settings_unset (EmpathyAccountSettings *settings,
     const gchar *param);
 
@@ -192,6 +199,16 @@ const TpConnectionManagerProtocol * empathy_account_settings_get_tp_protocol (
 
 gboolean empathy_account_settings_supports_sasl (EmpathyAccountSettings *self);
 
+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__*/