From: David King Date: Sun, 19 Feb 2012 16:11:23 +0000 (+0000) Subject: docs: Fix define typos in GApplication X-Git-Tag: 2.31.18~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=69ecc4b49676508fef4372dfc9bf69f1b500125f;p=platform%2Fupstream%2Fglib.git docs: Fix define typos in GApplication --- diff --git a/gio/gapplication.c b/gio/gapplication.c index 317a1aa..08a1469 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -124,7 +124,7 @@ * "cwd"), and optionally the environment (ie the set of environment * variables and their values) of the calling process (key "environ"). * The environment is only added to the platform data if the - * #G_APPLICATION_SEND_ENVIONMENT flag is set. GApplication subclasses + * %G_APPLICATION_SEND_ENVIRONMENT flag is set. #GApplication subclasses * can add their own platform data by overriding the @add_platform_data * virtual function. For instance, #GtkApplication adds startup notification * data in this way. @@ -1390,7 +1390,7 @@ g_application_open (GApplication *application, * * If you need to handle commandline arguments that are not filenames, * and you don't mind commandline handling to happen in the primary - * instance, you should set %G_APPLICATION_HANDLED_COMMAND_LINE and + * instance, you should set %G_APPLICATION_HANDLES_COMMAND_LINE and * process the commandline arguments in your #GApplication::command-line * signal handler, either manually or using the #GOptionContext API. *