diff options
author | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-10 18:54:48 +0800 |
---|---|---|
committer | Philip Withnall <philip.withnall@collabora.co.uk> | 2010-08-20 19:35:44 +0800 |
commit | e445d9d5b2781ef59e1a07e97853f232c94d0dc2 (patch) | |
tree | 622d5444bbb88766e40ac413224f0f065a516f92 /libempathy/empathy-individual-manager.h | |
parent | e09695146f8ac0fad504ead9e080b70fe70d3b9b (diff) | |
download | gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar.gz gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar.bz2 gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar.lz gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar.xz gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.tar.zst gsoc2013-empathy-e445d9d5b2781ef59e1a07e97853f232c94d0dc2.zip |
Allow unlinking individuals through EmpathyIndividualManager
Wrap the FolksIndividualAggregator individual unlinking API in
EmpathyIndividualManager with some basic error reporting (it isn't expected
that unlinking will fail).
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r-- | libempathy/empathy-individual-manager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h index 0fe639d0c..72104fc40 100644 --- a/libempathy/empathy-individual-manager.h +++ b/libempathy/empathy-individual-manager.h @@ -90,5 +90,9 @@ empathy_individual_manager_get_flags_for_connection ( void empathy_individual_manager_link_personas (EmpathyIndividualManager *self, GList *personas); +void empathy_individual_manager_unlink_individual ( + EmpathyIndividualManager *self, + FolksIndividual *individual); + G_END_DECLS #endif /* __EMPATHY_INDIVIDUAL_MANAGER_H__ */ |