]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-contact-selector.h
Initial empathy_contact_selector_set_visible implementation.
[empathy.git] / libempathy-gtk / empathy-contact-selector.h
index 19ca8cef8609c2b9dd1d20d525a1f010d2cbbdd3..f7af92f2cfc4e010ab26a84e47339fd280d27a62 100644 (file)
@@ -63,6 +63,11 @@ GtkWidget * empathy_contact_selector_new (EmpathyContactList *contact_list);
 
 EmpathyContact * empathy_contact_selector_dup_selected (EmpathyContactSelector *selector);
 
+typedef gboolean (*EmpathyContactSelectorFilterFunc) (EmpathyContact *contact, gpointer user_data);
+
+void empathy_contact_selector_set_visible (EmpathyContactSelector *selector,
+   EmpathyContactSelectorFilterFunc func, gpointer user_data);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_CONTACT_SELECTOR_H__ */