From 91b63049852964fe4d9a32c5245f74c0f6c104bf Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Mon, 4 Jul 2016 19:19:36 +0200 Subject: [PATCH] Fix utils_spawn_async()::child_pid annotations --- src/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.c b/src/utils.c index cf15236fe..b5ea73dac 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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. -- 2.11.4.GIT