diff options
Diffstat (limited to 'glib.h')
-rw-r--r-- | glib.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |