docs: Fix the annotation for GSubprocessLauncher

This commit is contained in:
Emmanuele Bassi 2023-10-14 18:12:56 +01:00 committed by Philip Withnall
parent d3d69cb8ba
commit 3013a0ef4a

View File

@ -403,7 +403,7 @@ assign_fd (gint *fd_ptr, gint fd)
/**
* g_subprocess_launcher_set_stdin_file_path:
* @self: a #GSubprocessLauncher
* @path: (type filename) (nullable: a filename or %NULL
* @path: (type filename) (nullable): a filename or %NULL
*
* Sets the file path to use as the stdin for spawned processes.
*