mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
g_file_enumerate_children: Fix reference to wrong error code
This function does in fact return G_IO_ERROR_NOT_DIRETORY, and not G_FILE_ERROR_NOTDIR.
This commit is contained in:
parent
30cff2a8e0
commit
a5f57bad20
@ -874,7 +874,7 @@ g_file_resolve_relative_path (GFile *file,
|
||||
* returned.
|
||||
*
|
||||
* If the file does not exist, the %G_IO_ERROR_NOT_FOUND error will
|
||||
* be returned. If the file is not a directory, the %G_FILE_ERROR_NOTDIR
|
||||
* be returned. If the file is not a directory, the %G_IO_ERROR_NOT_DIRECTORY
|
||||
* error will be returned. Other errors are possible too.
|
||||
*
|
||||
* Returns: (transfer full): A #GFileEnumerator if successful,
|
||||
|
Loading…
Reference in New Issue
Block a user