mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
Improve GApplication docs
D-Bus activation is a thing now; bring the local_command_line docs in sync with reality.
This commit is contained in:
parent
a772c28c95
commit
24b0781264
@ -180,11 +180,11 @@
|
|||||||
* @open: invoked on the primary instance when there are files to open
|
* @open: invoked on the primary instance when there are files to open
|
||||||
* @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). The virtual function has the chance
|
||||||
* via commandline execution (as opposed to, say, D-Bus activation - which
|
* to inspect (and possibly replace) command line arguments. See
|
||||||
* is not currently supported by GApplication). The virtual function has
|
* g_application_run() for more information. Also see the
|
||||||
* the chance to inspect (and possibly replace) the list of command line
|
* #GApplication::handle-local-options signal, which is a simpler
|
||||||
* arguments. See g_application_run() for more information.
|
* alternative to handling some commandline options locally
|
||||||
* @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…
Reference in New Issue
Block a user