summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/glib.h b/glib.h
index d585282b9..12fa999db 100644
--- a/glib.h
+++ b/glib.h
@@ -1708,12 +1708,13 @@ gchar* g_path_skip_root (gchar *file_name);
gchar* g_dirname (const gchar *file_name);
gchar* g_get_current_dir (void);
+/* Get the codeset for the current locale */
+gchar * g_get_codeset (void);
+
/* return the environment string for the variable. The returned memory
* must not be freed. */
gchar* g_getenv (const gchar *variable);
-gchar * g_locale_get_codeset (void);
-
/* we use a GLib function as a replacement for ATEXIT, so
* the programmer is not required to check the return value
* (if there is any in the implementation) and doesn't encounter