]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-roster-view.h
roster-view: add live search support
[empathy.git] / libempathy-gtk / empathy-roster-view.h
index 8706da3512618097f506c366078770162c2a099c..e5c3a6f40a0051dbc244e7d873a5167793df8ee8 100644 (file)
@@ -3,6 +3,8 @@
 #define __EMPATHY_ROSTER_VIEW_H__
 
 #include <libempathy-gtk/egg-list-box/egg-list-box.h>
+#include <libempathy-gtk/empathy-live-search.h>
+
 #include <libempathy/empathy-individual-manager.h>
 
 G_BEGIN_DECLS
@@ -59,6 +61,9 @@ void empathy_roster_view_show_offline (EmpathyRosterView *self,
 void empathy_roster_view_show_groups (EmpathyRosterView *self,
     gboolean show);
 
+void empathy_roster_view_set_live_search (EmpathyRosterView *self,
+    EmpathyLiveSearch *search);
+
 G_END_DECLS
 
 #endif /* #ifndef __EMPATHY_ROSTER_VIEW_H__*/