Kaydet (Commit) 91b63049 authored tarafından Colomban Wendling's avatar Colomban Wendling

Fix utils_spawn_async()::child_pid annotations

üst eb7cc736
......@@ -1669,7 +1669,7 @@ gboolean utils_spawn_sync(const gchar *dir, gchar **argv, gchar **env, GSpawnFla
* @param flags Ignored.
* @param child_setup @girskip Ignored.
* @param user_data Ignored.
* @param child_pid @nullable The return location for child process ID, or @c NULL.
* @param child_pid @out @nullable The return location for child process ID, or @c NULL.
* @param error The return location for error or @c NULL.
*
* @return @c TRUE on success, @c FALSE if an error was set.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment