]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account-settings.h
Merge branch 'sasl'
[empathy.git] / libempathy / empathy-account-settings.h
index 1ce3f53c075155d5d31c6df7ec9d63d819d44c05..8f3634a195a396f1074ea53e4be733020b08b599 100644 (file)
@@ -176,21 +176,19 @@ gboolean empathy_account_settings_apply_finish (
   GAsyncResult *result,
   GError **error);
 
+void empathy_account_settings_set_regex (EmpathyAccountSettings *settings,
+  const gchar *param,
+  const gchar *regex);
+
+gboolean empathy_account_settings_parameter_is_valid (
+    EmpathyAccountSettings *settings,
+    const gchar *param);
+
 gboolean empathy_account_settings_is_valid (EmpathyAccountSettings *settings);
 
 const TpConnectionManagerProtocol * empathy_account_settings_get_tp_protocol (
     EmpathyAccountSettings *settings);
 
-const gchar *empathy_account_settings_get_storage_provider (
-    EmpathyAccountSettings *self);
-const GValue *empathy_account_settings_get_storage_identifier (
-    EmpathyAccountSettings *self);
-GHashTable *empathy_account_settings_get_storage_specific_information (
-    EmpathyAccountSettings *self);
-TpStorageRestrictionFlags empathy_account_settings_get_storage_restrictions (
-    EmpathyAccountSettings *self);
-
-
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_ACCOUNT_SETTINGS_H__*/