diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-09 18:25:20 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-12 00:34:55 +0800 |
commit | 9d23b85fc16e7bc4b83af2850fdd2e96909b09d9 (patch) | |
tree | b80e382a9df0ccc233fdff03ff14acfcadce44b7 /libempathy/empathy-individual-manager.h | |
parent | 4b7d482ea72ad143c4ed2c7b778581ed669723e3 (diff) | |
download | gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar.gz gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar.bz2 gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar.lz gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar.xz gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.tar.zst gsoc2013-empathy-9d23b85fc16e7bc4b83af2850fdd2e96909b09d9.zip |
Allow linking personas through EmpathyIndividualManager
Wrap the FolksIndividualAggregator persona linking API in
EmpathyIndividualManager with some basic error reporting (it isn't expected
that linking will fail).
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r-- | libempathy/empathy-individual-manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h index 66014bcbb..0fe639d0c 100644 --- a/libempathy/empathy-individual-manager.h +++ b/libempathy/empathy-individual-manager.h @@ -87,5 +87,8 @@ empathy_individual_manager_get_flags_for_connection ( EmpathyIndividualManager *manager, TpConnection *connection); +void empathy_individual_manager_link_personas (EmpathyIndividualManager *self, + GList *personas); + G_END_DECLS #endif /* __EMPATHY_INDIVIDUAL_MANAGER_H__ */ |