From 7e4dfd33eb0fe4e87aef3a0b6c8dbc94c540e7b0 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 7 Jul 2010 11:17:14 +0100 Subject: Add a link between EmpathyContact and FolksPersona EmpathyContact should eventually just be a thin wrapper over FolksPersona. --- libempathy/empathy-contact.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libempathy/empathy-contact.h') diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h index b5f24d0c5..a5b58ce64 100644 --- a/libempathy/empathy-contact.h +++ b/libempathy/empathy-contact.h @@ -27,6 +27,7 @@ #include #include #include +#include G_BEGIN_DECLS @@ -85,6 +86,9 @@ EmpathyAvatar * empathy_contact_get_avatar (EmpathyContact *contact); void empathy_contact_set_avatar (EmpathyContact *contact, EmpathyAvatar *avatar); TpAccount * empathy_contact_get_account (EmpathyContact *contact); +FolksPersona * empathy_contact_get_persona (EmpathyContact *contact); +void empathy_contact_set_persona (EmpathyContact *contact, + FolksPersona *persona); TpConnection * empathy_contact_get_connection (EmpathyContact *contact); TpConnectionPresenceType empathy_contact_get_presence (EmpathyContact *contact); void empathy_contact_set_presence (EmpathyContact *contact, -- cgit v1.2.3