summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-04-13 12:01:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-04-13 12:01:49 -0400
commit24b078126451cb90c2aaeb4d3e1759006218cde9 (patch)
tree36b9a7f81efd036dbc61eebbe4f290ee76ba5c97
parenta772c28c9511e76b003ded67b033d08e36adbdcb (diff)
downloadglib-24b078126451cb90c2aaeb4d3e1759006218cde9.tar.gz
Improve GApplication docs
D-Bus activation is a thing now; bring the local_command_line docs in sync with reality.
-rw-r--r--gio/gapplication.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gio/gapplication.c b/gio/gapplication.c
index 0f59be885..f0af77b0b 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -180,11 +180,11 @@
* @open: invoked on the primary instance when there are files to open
* @command_line: invoked on the primary instance when a command-line is
* not handled locally
- * @local_command_line: invoked (locally) when the process has been invoked
- * via commandline execution (as opposed to, say, D-Bus activation - which
- * is not currently supported by GApplication). The virtual function has
- * the chance to inspect (and possibly replace) the list of command line
- * arguments. See g_application_run() for more information.
+ * @local_command_line: invoked (locally). The virtual function has the chance
+ * to inspect (and possibly replace) command line arguments. See
+ * g_application_run() for more information. Also see the
+ * #GApplication::handle-local-options signal, which is a simpler
+ * alternative to handling some commandline options locally
* @before_emit: invoked on the primary instance before 'activate', 'open',
* 'command-line' or any action invocation, gets the 'platform data' from
* the calling instance