diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-13 21:56:41 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-01-13 22:14:25 +0800 |
commit | 2a7fa12bcf9c0ee5a9ff506bc88af2194990dabc (patch) | |
tree | 5f52a4950e1864ecc824808f692a816ee697c642 /libempathy/empathy-account-settings.h | |
parent | ddb4928052ff303f024ea9b69e10064fade790a3 (diff) | |
download | gsoc2013-empathy-2a7fa12bcf9c0ee5a9ff506bc88af2194990dabc.tar.gz gsoc2013-empathy-2a7fa12bcf9c0ee5a9ff506bc88af2194990dabc.tar.zst gsoc2013-empathy-2a7fa12bcf9c0ee5a9ff506bc88af2194990dabc.zip |
account-settings: allow to change the service
https://bugzilla.gnome.org/show_bug.cgi?id=667791
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r-- | libempathy/empathy-account-settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h index ea0c5b048..10ed3684f 100644 --- a/libempathy/empathy-account-settings.h +++ b/libempathy/empathy-account-settings.h @@ -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); |