diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-29 21:30:37 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-06-14 15:21:49 +0800 |
commit | 70a6130bdebf7a44753294f6363f905a5298ba3e (patch) | |
tree | 0d328e33e5fd4f9ce6ce7ba8bfae93d58cb9cd52 /libempathy-gtk/empathy-roster-view.h | |
parent | 2216d828732d19a32e99a485d829504bfff7d224 (diff) | |
download | gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar.gz gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar.bz2 gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar.lz gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar.xz gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.tar.zst gsoc2013-empathy-70a6130bdebf7a44753294f6363f905a5298ba3e.zip |
roster-view: add live search support
Diffstat (limited to 'libempathy-gtk/empathy-roster-view.h')
-rw-r--r-- | libempathy-gtk/empathy-roster-view.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-roster-view.h b/libempathy-gtk/empathy-roster-view.h index 8706da351..e5c3a6f40 100644 --- a/libempathy-gtk/empathy-roster-view.h +++ b/libempathy-gtk/empathy-roster-view.h @@ -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__*/ |