[glib/wip/doc-fixes: 14/33] docs: Fix define typos in GApplication
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/doc-fixes: 14/33] docs: Fix define typos in GApplication
- Date: Sun, 19 Feb 2012 17:06:23 +0000 (UTC)
commit d9013aebdb52fb325b7b1f148646f360a1621bc1
Author: David King <amigadave amigadave com>
Date: Sun Feb 19 16:11:23 2012 +0000
docs: Fix define typos in GApplication
gio/gapplication.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 8da0ce5..91c244d 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -126,7 +126,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.
@@ -1392,7 +1392,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.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]