X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgapplicationcommandline.c;h=8ad7a2faa44b5cd82bbe8281afc5d2870c50602b;hb=bc6ee788b4ff6590513da6ab657448885e92b20b;hp=9b5d174c81205080c65ec62cbbb8917ef57f5473;hpb=450e7b1036fc95d41d6cb72d48824cd8b438037c;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gapplicationcommandline.c b/gio/gapplicationcommandline.c index 9b5d174..8ad7a2f 100644 --- a/gio/gapplicationcommandline.c +++ b/gio/gapplicationcommandline.c @@ -165,10 +165,10 @@ * { * GApplicationCommandLine *cmdline = data; * - * /* do the heavy lifting in an idle */ + * // do the heavy lifting in an idle * * g_application_command_line_set_exit_status (cmdline, 0); - * g_object_unref (cmdline); /* this releases the application */ + * g_object_unref (cmdline); // this releases the application * * return G_SOURCE_REMOVE; * } @@ -177,7 +177,7 @@ * command_line (GApplication *application, * GApplicationCommandLine *cmdline) * { - * /* keep the application running until we are done with this commandline */ + * // keep the application running until we are done with this commandline * g_application_hold (application); * * g_object_set_data_full (G_OBJECT (cmdline),