Method
IdeApplicationget_argv
Declaration
gchar**
ide_application_get_argv (
IdeApplication* self,
GApplicationCommandLine* cmdline
)
Description
Gets the commandline for cmdline
as it was before any processing.
This is useful to handle both local and remote processing of argv
when you need to know what the arguments were before further
options parsing.
Parameters
cmdline
-
Type:
GApplicationCommandLine
A
GApplicationCommandLine
.The data is owned by the caller of the method.