mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 20:25:12 +01:00
gio: document g_file_get_relative_path() with absolute path
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
8f417138bb
commit
1df7c2ea80
@ -985,6 +985,9 @@ g_file_get_relative_path (GFile *parent,
|
||||
*
|
||||
* This call does no blocking I/O.
|
||||
*
|
||||
* If the @relative_path is an absolute path name, the resolution
|
||||
* is done absolutely (without taking @file path as base).
|
||||
*
|
||||
* Returns: (transfer full): #GFile to the resolved path.
|
||||
* %NULL if @relative_path is %NULL or if @file is invalid.
|
||||
* Free the returned object with g_object_unref().
|
||||
|
Loading…
x
Reference in New Issue
Block a user