aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-individual-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy-gtk/empathy-individual-store.h')
-rw-r--r--libempathy-gtk/empathy-individual-store.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-individual-store.h b/libempathy-gtk/empathy-individual-store.h
index 246c73b91..ae5f3c580 100644
--- a/libempathy-gtk/empathy-individual-store.h
+++ b/libempathy-gtk/empathy-individual-store.h
@@ -137,5 +137,12 @@ GdkPixbuf *empathy_individual_store_get_individual_status_icon (
EmpathyIndividualStore *store,
FolksIndividual *individual);
+void individual_store_add_individual_and_connect (EmpathyIndividualStore *self,
+ FolksIndividual *individual);
+
+void individual_store_remove_individual_and_disconnect (
+ EmpathyIndividualStore *self,
+ FolksIndividual *individual);
+
G_END_DECLS
#endif /* __EMPATHY_INDIVIDUAL_STORE_H__ */