summaryrefslogtreecommitdiff
path: root/gir/gio-2.0.c
diff options
context:
space:
mode:
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r--gir/gio-2.0.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index fc47538b..5827a2a9 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -401,11 +401,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
@@ -432,7 +432,7 @@
* is using its D-Bus backend. Use this to undo anything done by the
* @dbus_register vfunc. Since: 2.34
* @handle_local_options: invoked locally after the parsing of the commandline
- * options has occurred.
+ * options has occurred. Since: 2.40
*
* Virtual function table for #GApplication.
*
@@ -11859,10 +11859,9 @@
*
* It is an error to call this function with an invalid action name.
*
- * This function is the opposite of
- * g_action_parse_detailed_action_name(). It will produce a string that
- * can be parsed back to the @action_name and @target_value by that
- * function.
+ * This function is the opposite of g_action_parse_detailed_name().
+ * It will produce a string that can be parsed back to the @action_name
+ * and @target_value by that function.
*
* See that function for the types of strings that will be printed by
* this function.