gfile: resolve_relative_path isn't nullable

This commit is contained in:
Zander Brown 2022-02-02 11:03:25 +00:00
parent e15de9a83e
commit aede29cb33

View File

@ -989,9 +989,7 @@ g_file_get_relative_path (GFile *parent,
* If the @relative_path is an absolute path name, the resolution
* is done absolutely (without taking @file path as base).
*
* Returns: (transfer full) (nullable): #GFile to the resolved path.
* %NULL if @relative_path is %NULL or if @file is invalid.
* Free the returned object with g_object_unref().
* Returns: (transfer full): a #GFile for the resolved path.
*/
GFile *
g_file_resolve_relative_path (GFile *file,