diff options
author | Dan Winship <danw@src.gnome.org> | 2001-03-14 04:43:53 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-03-14 04:43:53 +0800 |
commit | 2743780dc05befab2e33358868546e461df04ea1 (patch) | |
tree | 4c4930e12daa65d01c06dbd406af2e65fb97daf8 /widgets/misc/e-unicode.h | |
parent | ae7e62bf85724903f8acaf91809cb9624a6fefc1 (diff) | |
download | gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar.gz gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar.bz2 gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar.lz gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar.xz gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.tar.zst gsoc2013-evolution-2743780dc05befab2e33358868546e461df04ea1.zip |
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
Diffstat (limited to 'widgets/misc/e-unicode.h')
-rw-r--r-- | widgets/misc/e-unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |