mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-01 13:42:10 +01:00
Clarify local_command_line docs
https://bugzilla.gnome.org/show_bug.cgi?id=641720
This commit is contained in:
parent
f24d8247b3
commit
3aa0fc43a6
@ -69,9 +69,10 @@ struct _GApplication
|
|||||||
* @command_line: invoked on the primary instance when a command-line is
|
* @command_line: invoked on the primary instance when a command-line is
|
||||||
* not handled locally
|
* not handled locally
|
||||||
* @local_command_line: invoked (locally) when the process has been invoked
|
* @local_command_line: invoked (locally) when the process has been invoked
|
||||||
* via commandline execution. The virtual function has the chance to
|
* via commandline execution (as opposed to, say, D-Bus activation - which
|
||||||
* inspect (and possibly replace) the list of command line arguments.
|
* is not currently supported by GApplication). The virtual function has
|
||||||
* See g_application_run() for more information.
|
* the chance to inspect (and possibly replace) the list of command line
|
||||||
|
* arguments. See g_application_run() for more information.
|
||||||
* @before_emit: invoked on the primary instance before 'activate', 'open',
|
* @before_emit: invoked on the primary instance before 'activate', 'open',
|
||||||
* 'command-line' or any action invocation, gets the 'platform data' from
|
* 'command-line' or any action invocation, gets the 'platform data' from
|
||||||
* the calling instance
|
* the calling instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user