]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-contact.h
Rename empathy_contact_new_static to empathy_contact_new_for_log
[empathy.git] / libempathy / empathy-contact.h
index 0fab90462b9fac6119084dc86b4e69bb8067a42f..c10561d0f479e04ea5bf33c13c82e269c2d32f98 100644 (file)
@@ -68,7 +68,7 @@ typedef enum {
 
 GType empathy_contact_get_type (void) G_GNUC_CONST;
 EmpathyContact * empathy_contact_new (TpContact *tp_contact);
-EmpathyContact * empathy_contact_new_static (McAccount *account,
+EmpathyContact * empathy_contact_new_for_log (McAccount *account,
     const gchar *id, const gchar *name, gboolean is_user);
 TpContact * empathy_contact_get_tp_contact (EmpathyContact *contact);
 const gchar * empathy_contact_get_id (EmpathyContact *contact);