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:
Philip Withnall 2015-08-24 10:37:51 +01:00
parent 02f9e84709
commit 50a65cc38a

View File

@ -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.
*