gapplication: Fix typos in handle-local-options API doc
authorChristophe Fergeau <cfergeau@redhat.com>
Sun, 21 Jun 2015 08:56:58 +0000 (10:56 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Jul 2015 01:41:08 +0000 (21:41 -0400)
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

index 37a8258..d3ec827 100644 (file)
@@ -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.
    *