From: Matthias Clasen Date: Fri, 4 Mar 2011 05:27:23 +0000 (-0500) Subject: Small doc correction X-Git-Tag: 2.29.2~135 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6dd692d8580655639ee7bd3ecd453f9d03009bab;p=platform%2Fupstream%2Fglib.git Small doc correction We don't actually pass @argc to local_command_line(). --- diff --git a/gio/gapplication.c b/gio/gapplication.c index a726e5f..f4a47e1 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -1169,11 +1169,12 @@ g_application_open (GApplication *application, * * First, the local_command_line() virtual function is invoked. * This function always runs on the local instance. It gets passed - * pointers to @argc and @argv and is expected to remove the arguments - * that it handled from @argv (shifting up remaining arguments, and - * reducing @argc accordingly). See for an example. The last argument to local_command_line() is a - * pointer to the @status variable which can used to set the exit - * status that is returned from g_application_run(). + * a pointer to a copy of @argv and is expected to remove the arguments + * that it handled (shifting up remaining arguments). See + * for an example. + * The last argument to local_command_line() is a pointer to the @status + * variable which can used to set the exit status that is returned from + * g_application_run(). * * If local_command_line() returns %TRUE, the command line is expected * to be completely handled, including possibly registering as the primary