]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact-factory.h
Rename empathy_contact_factory_set_name() to _set_alias(). Implements
[empathy.git] / libempathy / empathy-contact-factory.h
index bed5587813d8856a1f07bd7a3f5c5b34e09e2fab..24aabc7720da857c4980cb1f4dca44003456bec0 100644 (file)
@@ -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