From 3ff1d7ef11a8a00a56c9ac1dcff946e3b87a8f92 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 Sep 2010 15:35:14 -0400 Subject: glib-2.0.c: Fix invalid annotation syntax --- gir/glib-2.0.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gir') diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index f5aa8a59..bade2c0d 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -101,7 +101,7 @@ * g_spawn_async: * @working_directory: (allow-none): * @envp: (allow-none): - * @child_setup: (scope async): (allow-none): + * @child_setup: (scope async) (allow-none): * @user_data: (allow-none): * @child_pid: (out): */ @@ -110,7 +110,7 @@ * g_spawn_async_with_pipes: * @working_directory: (allow-none): * @envp: (allow-none): - * @child_setup: (scope async): (allow-none): + * @child_setup: (scope async) (allow-none): * @user_data: (allow-none): * @child_pid: (out): * @standard_input: (out): @@ -122,7 +122,7 @@ * g_spawn_sync: * @working_directory: (allow-none): * @envp: (allow-none): - * @child_setup: (scope call): (allow-none): + * @child_setup: (scope call) (allow-none): * @user_data: (allow-none): * @standard_output: (out): * @standard_error: (out): @@ -150,7 +150,7 @@ * g_shell_parse_argv: * @command_line: * @argcp: (out): - * @argvp: (out): (array zero-terminated=1): + * @argvp: (out) (array zero-terminated=1): * @error: */ -- cgit v1.2.1