aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account-settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r--libempathy/empathy-account-settings.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h
index 7b1a4d6f9..d3276e1a5 100644
--- a/libempathy/empathy-account-settings.h
+++ b/libempathy/empathy-account-settings.h
@@ -63,6 +63,7 @@ GType empathy_account_settings_get_type (void);
EmpathyAccountSettings * empathy_account_settings_new (
const gchar *connection_manager,
const gchar *protocol,
+ const gchar *service,
const char *display_name);
EmpathyAccountSettings * empathy_account_settings_new_for_account (
@@ -74,6 +75,9 @@ const gchar *empathy_account_settings_get_cm (EmpathyAccountSettings *settings);
const gchar *empathy_account_settings_get_protocol (
EmpathyAccountSettings *settings);
+const gchar *empathy_account_settings_get_service (
+ EmpathyAccountSettings *settings);
+
TpAccount *empathy_account_settings_get_account (
EmpathyAccountSettings *settings);