g_get_user_runtime_dir(): New function

Get the value of the XDG_RUNTIME_DIR environment variable.
This commit is contained in:
Ryan Lortie
2010-11-06 17:34:40 -04:00
parent 71088701af
commit ba9fccf71e
3 changed files with 52 additions and 0 deletions

View File

@@ -153,6 +153,8 @@ _g_win32_get_system_data_dirs (void)
G_CONST_RETURN gchar* G_CONST_RETURN * g_get_system_config_dirs (void);
const gchar * g_get_user_runtime_dir (void);
G_CONST_RETURN gchar* G_CONST_RETURN * g_get_language_names (void);
/**