summaryrefslogtreecommitdiff
path: root/glib.def
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-11-13 18:03:57 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-11-13 18:03:57 +0000
commit50c62ba8a9e7b7954bad5ec1c1ce204fb58462c4 (patch)
treeed3039fa172f1cec3a841cc33458d9b6a4fd4966 /glib.def
parent82ab77c8f7b3f7969826ffc88c6349a5f7be9daf (diff)
downloadglib-50c62ba8a9e7b7954bad5ec1c1ce204fb58462c4.tar.gz
Add USE_LIBICONV.
2000-11-13 Tor Lillqvist <tml@iki.fi> * config.h.win32.in: Add USE_LIBICONV. * gconvert.c: Check G_OS_WIN32 only after including glib.h. * glib.def: Update.
Diffstat (limited to 'glib.def')
-rw-r--r--glib.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/glib.def b/glib.def
index 41539a1fa..43290d226 100644
--- a/glib.def
+++ b/glib.def
@@ -151,6 +151,9 @@ EXPORTS
g_hook_prepend
g_hook_ref
g_hook_unref
+ g_iconv
+ g_iconv_close
+ g_iconv_open
g_idle_add
g_idle_add_full
g_idle_remove_by_data
@@ -202,6 +205,8 @@ EXPORTS
g_list_remove_link
g_list_reverse
g_list_sort
+ g_locale_from_utf8
+ g_locale_to_utf8
g_log
g_log_default_handler
g_log_remove_handler