From 48334a065723ce15f191adf391de444f72ae2efb Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sat, 3 Nov 2007 23:23:22 +0000 Subject: Rename empathy_contact_factory_set_name() to _set_alias(). Implements 2007-11-03 Xavier Claessens * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-chooser.h: * python/pyempathy/pyempathy.defs: * libempathy/empathy-contact-factory.c: * libempathy/empathy-contact-factory.h: Rename empathy_contact_factory_set_name() to _set_alias(). Implements empathy_contact_factory_set_avatar(). Return the mime_type in empathy_avatar_chooser_get_image_data(). svn path=/trunk/; revision=417 --- libempathy/empathy-contact-factory.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libempathy/empathy-contact-factory.h') diff --git a/libempathy/empathy-contact-factory.h b/libempathy/empathy-contact-factory.h index bed558781..24aabc772 100644 --- a/libempathy/empathy-contact-factory.h +++ b/libempathy/empathy-contact-factory.h @@ -62,9 +62,14 @@ EmpathyContact * empathy_contact_factory_get_from_handle (EmpathyContactF GList * empathy_contact_factory_get_from_handles (EmpathyContactFactory *factory, McAccount *account, GArray *handles); -void empathy_contact_factory_set_name (EmpathyContactFactory *factory, +void empathy_contact_factory_set_alias (EmpathyContactFactory *factory, EmpathyContact *contact, - const gchar *name); + const gchar *alias); +void empathy_contact_factory_set_avatar (EmpathyContactFactory *factory, + McAccount *account, + const gchar *data, + gsize size, + const gchar *mime_type); G_END_DECLS -- cgit v1.2.3