mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-07 08:18:27 +02:00
dbus/win: fix a code comment about get_tmpdir()
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
31f7f7b072
commit
c100e6e9e5
1 changed files with 1 additions and 2 deletions
|
|
@ -2524,8 +2524,7 @@ _dbus_generate_random_bytes (DBusString *str,
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the temporary files directory by inspecting the environment variables
|
||||
* TMPDIR, TMP, and TEMP in that order. If none of those are set "/tmp" is returned
|
||||
* Gets the temporary files directory, using GetTempPath()
|
||||
*
|
||||
* @returns location of temp directory, or #NULL if no memory for locking
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue