diff options
author | Lauris Kaplinski <lauris@src.gnome.org> | 2000-09-01 10:40:45 +0800 |
---|---|---|
committer | Lauris Kaplinski <lauris@src.gnome.org> | 2000-09-01 10:40:45 +0800 |
commit | e60c558b2552803e624a5cef4fccdd645f2021e0 (patch) | |
tree | c66ca681415ff55aa87ef64308bb3a01d516a4c5 /e-util/e-unicode.h | |
parent | 71eb39b730cd190c690647d3806d567d55424026 (diff) | |
download | gsoc2013-evolution-e60c558b2552803e624a5cef4fccdd645f2021e0.tar.gz gsoc2013-evolution-e60c558b2552803e624a5cef4fccdd645f2021e0.tar.zst gsoc2013-evolution-e60c558b2552803e624a5cef4fccdd645f2021e0.zip |
Email should now display correctly in GtkHTML
svn path=/trunk/; revision=5154
Diffstat (limited to 'e-util/e-unicode.h')
-rw-r--r-- | e-util/e-unicode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/e-util/e-unicode.h b/e-util/e-unicode.h index a1d571e918..a69d1a3403 100644 --- a/e-util/e-unicode.h +++ b/e-util/e-unicode.h @@ -38,5 +38,8 @@ gchar *e_utf8_gtk_editable_get_chars (GtkEditable *editable, gint start, gint en GtkWidget *e_utf8_gtk_menu_item_new_with_label (const gchar *label); +gint g_unichar_to_utf8 (gint c, gchar *outbuf); +guint32 gdk_keyval_to_unicode (guint keysym); + #endif |