From 2743780dc05befab2e33358868546e461df04ea1 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 13 Mar 2001 20:43:53 +0000 Subject: Rename this from g_unichar_to_utf8 so that it doesn't conflict with the * gal/widgets/e-unicode.c (e_unichar_to_utf8): Rename this from g_unichar_to_utf8 so that it doesn't conflict with the function of that name exported by gnome-print (and so that it's consistent with all of the other functions in the file). svn path=/trunk/; revision=8679 --- widgets/misc/e-unicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc/e-unicode.h') diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index 8f0c8b646d..14569ced7f 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -76,7 +76,7 @@ gint e_utf8_gtk_clist_append (GtkCList *clist, gchar *text[]); gchar * e_utf8_xml1_decode (const gchar *text); gchar * e_utf8_xml1_encode (const gchar *text); -gint g_unichar_to_utf8 (gint c, gchar *outbuf); +gint e_unichar_to_utf8 (gint c, gchar *outbuf); guint32 gdk_keyval_to_unicode (guint keysym); END_GNOME_DECLS -- cgit v1.2.3