diff options
Diffstat (limited to 'libempathy/empathy-account-settings.h')
-rw-r--r-- | libempathy/empathy-account-settings.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.h b/libempathy/empathy-account-settings.h index 476bfb397..c7d263e3b 100644 --- a/libempathy/empathy-account-settings.h +++ b/libempathy/empathy-account-settings.h @@ -133,6 +133,17 @@ void empathy_account_settings_set_boolean (EmpathyAccountSettings *settings, gchar *empathy_account_settings_get_icon_name ( EmpathyAccountSettings *settings); +void empathy_account_settings_set_icon_name_async ( + EmpathyAccountSettings *settings, + const gchar *name, + GAsyncReadyCallback callback, + gpointer user_data); + +gboolean empathy_account_settings_set_icon_name_finish ( + EmpathyAccountSettings *settings, + GAsyncResult *result, + GError **error); + const gchar *empathy_account_settings_get_display_name ( EmpathyAccountSettings *settings); |