X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=libempathy%2Fempathy-contact.h;h=0fab90462b9fac6119084dc86b4e69bb8067a42f;hp=11f329ee5ff0109bd558dcf9753903c316ec8eb5;hb=65ed272fef1016fff3403024e3417491ecf30015;hpb=a5356f9c7ea9979f05a6752a848d944a9ed7264d diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index 11f329ee..0fab9046 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -68,6 +68,8 @@ 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, + 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); void empathy_contact_set_id (EmpathyContact *contact, const gchar *id);