]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-live-search.h
Remove obsolete contact-list-{store,view}
[empathy.git] / libempathy-gtk / empathy-live-search.h
index 78dc236c044596ae0a67831b9031d77d046bddbb..3d0a8734f9df2363bff26d575ffebbbc7a374d32 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <gtk/gtk.h>
 
-#include "empathy-contact-list-store.h"
-
 G_BEGIN_DECLS
 
 #define EMPATHY_TYPE_LIVE_SEARCH         (empathy_live_search_get_type ())
@@ -65,6 +63,13 @@ void empathy_live_search_set_text (EmpathyLiveSearch *self,
 gboolean empathy_live_search_match (EmpathyLiveSearch *self,
     const gchar *string);
 
+GPtrArray * empathy_live_search_strip_utf8_string (const gchar *string);
+
+gboolean empathy_live_search_match_words (const gchar *string,
+    GPtrArray *words);
+
+GPtrArray * empathy_live_search_get_words (EmpathyLiveSearch *self);
+
 /* Made public for unit tests */
 gboolean empathy_live_search_match_string (const gchar *string,
    const gchar *prefix);