summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/glib.h b/glib.h
index ea31dbb22..d585282b9 100644
--- a/glib.h
+++ b/glib.h
@@ -1712,6 +1712,8 @@ gchar* g_get_current_dir (void);
* 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