Signal
GioApplication::command-line
[−]
Declaration
gint
command_line (
GApplication* self,
GApplicationCommandLine* command_line,
gpointer user_data
)
[−]
Description [src]
The ::command-line signal is emitted on the primary instance when
a commandline is not handled locally. See g_application_run()
and
the GApplicationCommandLine
documentation for more information.
Default handler: The default handler is called after the handlers added via |
[−]
Parameters
command_line
-
Type:
GApplicationCommandLine
A
GApplicationCommandLine
representing the passed commandline.The data is owned by the caller of the function.
[−]
Return value
Type: gint
An integer that is set as the exit status for the calling process. See g_application_command_line_set_exit_status().