From 8d63772a7dffe54c6320a70021110e33dfe7c1ba Mon Sep 17 00:00:00 2001 From: Lauris Kaplinski Date: Thu, 24 Aug 2000 03:25:53 +0000 Subject: Unicode in addressbook basically works, including simple searching svn path=/trunk/; revision=4997 --- widgets/misc/e-unicode.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'widgets/misc/e-unicode.h') diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index 7bfba7e532..7bd46397e4 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -5,6 +5,12 @@ #include #include +/* + * e_utf8_strstrcase + */ + +const gchar *e_utf8_strstrcase (const gchar *haystack, const gchar *needle); + gchar *e_utf8_from_gtk_event_key (GtkWidget *widget, guint keyval, const gchar *string); gchar *e_utf8_from_gtk_string (GtkWidget *widget, const gchar *string); -- cgit