mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-14 22:37:15 +01:00
gfile: Clarify g_file_get_path() documentation
Clarify that the returned path (if non-NULL) is guaranteed to be absolute and canonical, but might still contain symlinks.
This commit is contained in:
parent
02f9e84709
commit
50a65cc38a
@ -512,7 +512,8 @@ g_file_get_basename (GFile *file)
|
||||
* g_file_get_path:
|
||||
* @file: input #GFile
|
||||
*
|
||||
* Gets the local pathname for #GFile, if one exists.
|
||||
* Gets the local pathname for #GFile, if one exists. If non-%NULL, this is
|
||||
* guaranteed to be an absolute, canonical path. It might contain symlinks.
|
||||
*
|
||||
* This call does no blocking I/O.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user