[glib] gapplication: Fix typos in handle-local-options API doc
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gapplication: Fix typos in handle-local-options API doc
- Date: Mon, 27 Jul 2015 01:41:18 +0000 (UTC)
commit 2551685cf629b7f34030f146d71d2400825d36f7
Author: Christophe Fergeau <cfergeau redhat com>
Date: Sun Jun 21 10:56:58 2015 +0200
gapplication: Fix typos in handle-local-options API doc
The @options parameter was missing an 's', and the name of
g_application_command_line_get_options_dict() was not correct.
https://bugzilla.gnome.org/show_bug.cgi?id=751598
gio/gapplication.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 37a8258..d3ec827 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -1457,8 +1457,8 @@ g_application_class_init (GApplicationClass *class)
*
* In the event that the application is marked
* %G_APPLICATION_HANDLES_COMMAND_LINE the "normal processing" will
- * send the @option dictionary to the primary instance where it can be
- * read with g_application_command_line_get_options(). The signal
+ * send the @options dictionary to the primary instance where it can be
+ * read with g_application_command_line_get_options_dict(). The signal
* handler can modify the dictionary before returning, and the
* modified dictionary will be sent.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]