diff options
Diffstat (limited to 'libempathy-gtk/empathy-avatar-chooser.h')
-rw-r--r-- | libempathy-gtk/empathy-avatar-chooser.h | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/libempathy-gtk/empathy-avatar-chooser.h b/libempathy-gtk/empathy-avatar-chooser.h index 7df142b64..fc21a7a39 100644 --- a/libempathy-gtk/empathy-avatar-chooser.h +++ b/libempathy-gtk/empathy-avatar-chooser.h @@ -55,17 +55,13 @@ struct _EmpathyAvatarChooserClass GType empathy_avatar_chooser_get_type (void); -GtkWidget *empathy_avatar_chooser_new (void); +GtkWidget *empathy_avatar_chooser_new (TpAccount *account); -void empathy_avatar_chooser_set (EmpathyAvatarChooser *self, - EmpathyAvatar *avatar); - -void empathy_avatar_chooser_get_image_data (EmpathyAvatarChooser *self, - const gchar **data, - gsize *data_size, - const gchar **mime_type); - -void empathy_avatar_chooser_set_account (EmpathyAvatarChooser *self, - TpAccount *account); +void empathy_avatar_chooser_apply_async (EmpathyAvatarChooser *self, + GAsyncReadyCallback callback, + gpointer user_data); +gboolean empathy_avatar_chooser_apply_finish (EmpathyAvatarChooser *self, + GAsyncResult *result, + GError **error); #endif /* __EMPATHY_AVATAR_CHOOSER_H__ */ |