Gets a child of @file with basename equal to @name.
Note that the file with that specific name might not exist, but you can still have a #GFile that points to it. You can use this for instance to create that file.
This call does no blocking I/O.
string containing the child's basename
a #GFile to a child specified by @name. Free the returned object with g_object_unref().
See Implementation
Gets a child of @file with basename equal to @name.
Note that the file with that specific name might not exist, but you can still have a #GFile that points to it. You can use this for instance to create that file.
This call does no blocking I/O.