diff --git a/glib/gutils.c b/glib/gutils.c index 744663eba..f74f0ec42 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -2131,8 +2131,14 @@ g_init_user_config_dir (void) * * On UNIX platforms this is determined using the mechanisms described in * the - * XDG Base Directory Specification - * + * XDG Base Directory Specification. + * In this case the directory retrieved will be XDG_CONFIG_HOME. + * + * On Windows is the directory that serves as a common repository for + * application-specific data. A typical path is + * C:\Documents and Settings\username\Application. See documentation for + * CSIDL_APPDATA. + * * Return value: a string owned by GLib that must not be modified * or freed. * Since: 2.6