diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-08 23:02:44 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-09-08 23:23:50 +0800 |
commit | ad119467cf50c8437a62ba6e6f483eb9032771a9 (patch) | |
tree | 218e3f60e970c1fba3b365af43e73d8131c3c9be /libempathy/empathy-utils.h | |
parent | c8b29cfe85216cc692cc7e95c969e3678c153d72 (diff) | |
download | gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar.gz gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar.bz2 gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar.lz gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar.xz gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.tar.zst gsoc2013-empathy-ad119467cf50c8437a62ba6e6f483eb9032771a9.zip |
factor out empathy_get_tp_contact_for_individual
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index fb25d7a99..69a7d6287 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -108,6 +108,9 @@ gchar *empathy_format_currency (gint amount, gboolean empathy_account_has_uri_scheme_tel (TpAccount *account); +TpContact * empathy_get_tp_contact_for_individual (FolksIndividual *individual, + TpConnection *conn); + /* Copied from wocky/wocky-utils.h */ #define empathy_implement_finish_void(source, tag) \ |