diff options
Diffstat (limited to 'glib/gutils.h')
-rw-r--r-- | glib/gutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glib/gutils.h b/glib/gutils.h index e4d82778a..6b94efde3 100644 --- a/glib/gutils.h +++ b/glib/gutils.h @@ -157,6 +157,8 @@ const gchar * g_get_user_runtime_dir (void); G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void); +gchar **g_get_locale_variants (const gchar *locale); + /** * GUserDirectory: * @G_USER_DIRECTORY_DESKTOP: the user's Desktop directory |