[glib] Clarify local_command_line docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Clarify local_command_line docs
- Date: Wed, 30 Nov 2011 03:10:58 +0000 (UTC)
commit 3aa0fc43a6811cdc4126d5678e03ab991e1f4bf6
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Nov 29 22:09:58 2011 -0500
Clarify local_command_line docs
https://bugzilla.gnome.org/show_bug.cgi?id=641720
gio/gapplication.h | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gio/gapplication.h b/gio/gapplication.h
index ce68220..3622e02 100644
--- a/gio/gapplication.h
+++ b/gio/gapplication.h
@@ -69,9 +69,10 @@ struct _GApplication
* @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. The virtual function has the chance to
- * inspect (and possibly replace) the list of command line arguments.
- * See g_application_run() for more information.
+ * 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.
* @before_emit: invoked on the primary instance before 'activate', 'open',
* 'command-line' or any action invocation, gets the 'platform data' from
* the calling instance
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]