aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-individual-manager.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-19 16:40:00 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-09-12 17:49:25 +0800
commitc338d01cc24c9e64789615fffa38d0b266543c65 (patch)
tree573e2d92597cdcabfea70011332996e0983ed048 /libempathy/empathy-individual-manager.h
parent484ddd3345d262dc7f2884e9825369d05758858a (diff)
downloadgsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar.gz
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar.bz2
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar.lz
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar.xz
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.tar.zst
gsoc2013-empathy-c338d01cc24c9e64789615fffa38d0b266543c65.zip
add empathy_individual_manager_unprepare_async()
https://bugzilla.gnome.org/show_bug.cgi?id=660128
Diffstat (limited to 'libempathy/empathy-individual-manager.h')
-rw-r--r--libempathy/empathy-individual-manager.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libempathy/empathy-individual-manager.h b/libempathy/empathy-individual-manager.h
index d2a5fe90b..fc2704373 100644
--- a/libempathy/empathy-individual-manager.h
+++ b/libempathy/empathy-individual-manager.h
@@ -89,5 +89,15 @@ gboolean empathy_individual_manager_get_contacts_loaded (
GList * empathy_individual_manager_get_top_individuals (
EmpathyIndividualManager *self);
+void empathy_individual_manager_unprepare_async (
+ EmpathyIndividualManager *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean empathy_individual_manager_unprepare_finish (
+ EmpathyIndividualManager *self,
+ GAsyncResult *result,
+ GError **error);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_MANAGER_H__ */