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
This commit is contained in:
Christophe Fergeau 2015-06-21 10:56:58 +02:00 committed by Matthias Clasen
parent c7e49a3241
commit 2551685cf6

View 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.
*