From 265ea7ef4abb3df7cf6d8e1c9f4c5bfe68763179 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 2 Jul 2010 11:29:05 +0100 Subject: Re-enable changing individuals' groups This introduces a hacky function to return the individual for a given EmpathyContact, which should go away once we break the assumption that individuals are 1:1 with contacts. --- libempathy/empathy-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index c6de97a8f..a07f575d8 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -93,6 +93,7 @@ void empathy_connect_new_account (TpAccount *account, TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); gboolean empathy_folks_individual_contains_contact (FolksIndividual *individual); EmpathyContact * empathy_contact_from_folks_individual (FolksIndividual *individual); +FolksIndividual *folks_individual_from_empathy_contact (EmpathyContact *contact); G_END_DECLS -- cgit v1.2.3