mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-23 22:16:16 +01:00
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:
parent
c7e49a3241
commit
2551685cf6
@ -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.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user