From 6bbb3cf1f3173952e9d260fcccaa376a590952be Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Fri, 10 Apr 2009 16:56:03 +0000 Subject: Initial empathy_contact_selector_set_visible implementation. Signed-off-by: Jonny Lamb svn path=/trunk/; revision=2805 --- libempathy-gtk/empathy-contact-selector.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libempathy-gtk/empathy-contact-selector.h') diff --git a/libempathy-gtk/empathy-contact-selector.h b/libempathy-gtk/empathy-contact-selector.h index 19ca8cef8..f7af92f2c 100644 --- a/libempathy-gtk/empathy-contact-selector.h +++ b/libempathy-gtk/empathy-contact-selector.h @@ -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__ */ -- cgit v1.2.3