diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-31 21:20:10 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-05-31 21:20:10 +0800 |
commit | d4e5a5295ff83f664c80fe3af61db0692829ea1b (patch) | |
tree | 80ffd261b720c86cf614a567068179e69412c82b /libempathy-gtk/empathy-live-search.h | |
parent | 4a20b26434210820bdcc2d38b9c1f4b35eb36e71 (diff) | |
download | gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar.gz gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar.bz2 gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar.lz gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar.xz gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.tar.zst gsoc2013-empathy-d4e5a5295ff83f664c80fe3af61db0692829ea1b.zip |
live-search: export few more functions
Diffstat (limited to 'libempathy-gtk/empathy-live-search.h')
-rw-r--r-- | libempathy-gtk/empathy-live-search.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-live-search.h b/libempathy-gtk/empathy-live-search.h index 78dc236c0..9f068396c 100644 --- a/libempathy-gtk/empathy-live-search.h +++ b/libempathy-gtk/empathy-live-search.h @@ -65,6 +65,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); |