]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-account.h
Updated Basque language
[empathy.git] / libempathy / empathy-account.h
index f88ac43e4ca68d1d80db265a0668823e9074fea9..66f899448cc8e973279113ec341f572f1364399b 100644 (file)
@@ -72,6 +72,13 @@ void empathy_account_set_enabled_async (EmpathyAccount *account,
 gboolean empathy_account_set_enabled_finish (EmpathyAccount *account,
     GAsyncResult *result, GError **error);
 
+void empathy_account_reconnect_async (EmpathyAccount *account,
+    GAsyncReadyCallback callback,
+    gpointer user_data);
+gboolean empathy_account_reconnect_finish (EmpathyAccount *account,
+    GAsyncResult *result,
+    GError **error);
+
 gboolean empathy_account_is_enabled (EmpathyAccount *account);
 
 gboolean empathy_account_is_valid (EmpathyAccount *account);
@@ -95,6 +102,12 @@ void empathy_account_set_display_name_async (EmpathyAccount *account,
 gboolean empathy_account_set_display_name_finish (EmpathyAccount *account,
     GAsyncResult *result, GError **error);
 
+void empathy_account_set_icon_name_async (EmpathyAccount *account,
+    const gchar *icon_name, GAsyncReadyCallback callback,
+    gpointer user_data);
+gboolean empathy_account_set_icon_name_finish (EmpathyAccount *account,
+    GAsyncResult *result, GError **error);
+
 EmpathyAccount *empathy_account_new (TpDBusDaemon *bus_daemon,
     const gchar *unique_name);
 
@@ -103,6 +116,8 @@ void empathy_account_request_presence (EmpathyAccount *account,
 
 const GHashTable *empathy_account_get_parameters (EmpathyAccount *account);
 
+void empathy_account_refresh_properties (EmpathyAccount *account);
+
 
 G_END_DECLS