gio: add 'type filename' annotation for 'g_vfs_get_file_for_path'

Add the 'type filename' annotation on the parameter 'path'.
This commit is contained in:
fbrouille 2025-05-21 16:08:52 +00:00
parent 5a546d452e
commit 281f30ef41

View File

@ -144,7 +144,7 @@ g_vfs_is_active (GVfs *vfs)
/**
* g_vfs_get_file_for_path:
* @vfs: a #GVfs.
* @path: a string containing a VFS path.
* @path: (type filename): a string containing a VFS path.
*
* Gets a #GFile for @path.
*