diff options
author | Mike Kestner <mkestner@ximian.com> | 2003-04-09 03:48:41 +0800 |
---|---|---|
committer | Mike Kestner <mkestner@src.gnome.org> | 2003-04-09 03:48:41 +0800 |
commit | 122470e9bebdeb3de701fd5f537741a0075a2230 (patch) | |
tree | 1d34fbdb676f870271d1b6ace5d0fb37752586f1 /widgets/misc/e-unicode.h | |
parent | f146a1feb59ccb1a35ff748051b3c0127da72f61 (diff) | |
download | gsoc2013-evolution-122470e9bebdeb3de701fd5f537741a0075a2230.tar.gz gsoc2013-evolution-122470e9bebdeb3de701fd5f537741a0075a2230.tar.zst gsoc2013-evolution-122470e9bebdeb3de701fd5f537741a0075a2230.zip |
remove e-font.[ch], test-e-font, and test-font-loading. kill
2003-04-08 Mike Kestner <mkestner@ximian.com>
* gal/widgets/Makefile.am : remove e-font.[ch], test-e-font,
and test-font-loading.
* gal/widgets/e-unicode.[ch] (e_utf8_from_gtk_string): kill
(e_utf8_from_gtk_string_sized): kill
(e_utf8_to_gtk_string): kill
(e_utf8_to_gtk_string_sized): kill
(e_utf8_gtk_menu_item_new_with_label): kill
(e_utf8_gtk_clist_set_text): kill
(e_utf8_gtk_clist_append): kill
* e-categories-master-list-option-menu.c (ecmlom_ecml_changed):
don't use e_utf8_to_gtk_string.
* e-categories-master-list-combo (ecmlc_ecml_changed):
don't use e_utf8_to_gtk_string.
2003-04-08 Mike Kestner <mkestner@ximian.com>
* e-cell-text.c : break e-font dependency
svn path=/trunk/; revision=20766
Diffstat (limited to 'widgets/misc/e-unicode.h')
-rw-r--r-- | widgets/misc/e-unicode.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/widgets/misc/e-unicode.h b/widgets/misc/e-unicode.h index 0a3b3ccafe..12c9ef3aa2 100644 --- a/widgets/misc/e-unicode.h +++ b/widgets/misc/e-unicode.h @@ -73,16 +73,6 @@ gchar *e_utf8_to_charset_string (const gchar *char gchar *e_utf8_to_charset_string_sized (const gchar *charset, const gchar *string, gint bytes); -gchar *e_utf8_from_gtk_string (GtkWidget *widget, - const gchar *string); -gchar *e_utf8_from_gtk_string_sized (GtkWidget *widget, - const gchar *string, - gint bytes); -gchar *e_utf8_to_gtk_string (GtkWidget *widget, - const gchar *string); -gchar *e_utf8_to_gtk_string_sized (GtkWidget *widget, - const gchar *string, - gint bytes); gchar *e_utf8_from_locale_string (const gchar *string); gchar *e_utf8_from_locale_string_sized (const gchar *string, gint bytes); @@ -108,14 +98,6 @@ void e_utf8_gtk_editable_insert_text (GtkEditable *edit const gchar *text, gint length, gint *position); -GtkWidget *e_utf8_gtk_menu_item_new_with_label (GtkMenu *menu, - const gchar *label); -void e_utf8_gtk_clist_set_text (GtkCList *clist, - gint row, - gint col, - const gchar *text); -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 e_unichar_to_utf8 (gint c, |