aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-04 20:45:38 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-24 19:28:44 +0800
commitef0d55ead126f53aa4544877d2df5ab712f00f28 (patch)
tree42dc29e21fd21344e89cf1806dae16b2e2e8196a /libempathy/empathy-utils.h
parentedf88058847eb77f8ecc1e5b37fa76e7db9f7ad3 (diff)
downloadgsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar.gz
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar.bz2
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar.lz
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar.xz
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.tar.zst
gsoc2013-empathy-ef0d55ead126f53aa4544877d2df5ab712f00f28.zip
factor out empathy_create_individual_from_tp_contact()
https://bugzilla.gnome.org/show_bug.cgi?id=663387
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r--libempathy/empathy-utils.h3
1 files changed, 3 insertions, 0 deletions
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) \