diff options
author | Travis Reitter <treitter@gmail.com> | 2010-05-29 07:13:51 +0800 |
---|---|---|
committer | Travis Reitter <treitter@gmail.com> | 2010-07-21 07:12:35 +0800 |
commit | d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6 (patch) | |
tree | 3db6a726bcc50a3423f601b7975d7abb166cb9a1 /libempathy/empathy-utils.h | |
parent | 57a1f36eaec69df0195e90d8a4b050574a19d6b3 (diff) | |
download | gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar.gz gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar.bz2 gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar.lz gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar.xz gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.tar.zst gsoc2013-empathy-d6aa2f99e3e626f81b455c0fa1ff4817a4e4f2f6.zip |
Base the contact list around libfolks metacontacts. Not yet to feature-parity
with mainline Empathy.
Diffstat (limited to 'libempathy/empathy-utils.h')
-rw-r--r-- | libempathy/empathy-utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-utils.h b/libempathy/empathy-utils.h index 272b66fd8..1ba7e53f8 100644 --- a/libempathy/empathy-utils.h +++ b/libempathy/empathy-utils.h @@ -31,6 +31,7 @@ #include <libxml/parser.h> #include <libxml/tree.h> +#include <folks/folks.h> #include <telepathy-glib/account-manager.h> #include "empathy-contact.h" @@ -89,6 +90,9 @@ gboolean empathy_account_manager_get_accounts_connected (gboolean *connecting); void empathy_connect_new_account (TpAccount *account, TpAccountManager *account_manager); +TpConnectionPresenceType empathy_folks_presence_type_to_tp (FolksPresenceType type); +EmpathyContact * empathy_contact_from_folks_individual (FolksIndividual *individual); + G_END_DECLS #endif /* __EMPATHY_UTILS_H__ */ |