aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-account.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-account.h')
-rw-r--r--libempathy/empathy-account.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy/empathy-account.h b/libempathy/empathy-account.h
index 58f174eaa..00daa46ee 100644
--- a/libempathy/empathy-account.h
+++ b/libempathy/empathy-account.h
@@ -79,6 +79,11 @@ void empathy_account_update_settings_async (EmpathyAccount *account,
gboolean empathy_account_update_settings_finish (EmpathyAccount *account,
GAsyncResult *result, GError **error);
+void empathy_account_remove_async (EmpathyAccount *account,
+ GAsyncReadyCallback callback, gpointer user_data);
+gboolean empathy_account_remove_finish (EmpathyAccount *account,
+ GAsyncResult *result, GError **error);
+
void empathy_account_set_display_name (EmpathyAccount *account,
const gchar *display_name);