diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-01 17:06:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-06-01 17:48:49 +0800 |
commit | db6773ebf31853608353b1bb156156879b303569 (patch) | |
tree | f5f14546828f7ffdf42a11fc40a34f1e05ac437c /libempathy-gtk/empathy-ui-utils.h | |
parent | cc6c2b5423c3a1906b5f484c157bc67dd9ee9d86 (diff) | |
download | gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.gz gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.bz2 gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.lz gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.xz gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.tar.zst gsoc2013-empathy-db6773ebf31853608353b1bb156156879b303569.zip |
allow user to search for contacts using their full identifier
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index aa46e8e43..f61e9e348 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -149,8 +149,9 @@ GtkWidget * empathy_context_menu_new (GtkWidget *attach_to); gint64 empathy_get_current_action_time (void); -gboolean empathy_individual_match_words ( +gboolean empathy_individual_match_string ( FolksIndividual *individual, + const gchar *text, GPtrArray *words); G_END_DECLS |