From ef0d55ead126f53aa4544877d2df5ab712f00f28 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 4 Nov 2011 13:45:38 +0100 Subject: factor out empathy_create_individual_from_tp_contact() https://bugzilla.gnome.org/show_bug.cgi?id=663387 --- libempathy/empathy-utils.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libempathy/empathy-utils.h') diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index f8d47ec8a..ac5fef820 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -121,6 +121,9 @@ void empathy_individual_can_audio_video_call (FolksIndividual *individual, gboolean empathy_sasl_channel_supports_mechanism (TpChannel *channel, const gchar *mechanism); +FolksIndividual * empathy_create_individual_from_tp_contact ( + TpContact *contact); + /* Copied from wocky/wocky-utils.h */ #define empathy_implement_finish_void(source, tag) \ -- cgit v1.2.3