ApplicationCommandLine.getArguments

Gets the list of arguments that was passed on the command line. The strings in the array may contain non-utf8 data. The return value is NULL-terminated and should be freed using g_strfreev(). Since 2.28

class ApplicationCommandLine
string[]
getArguments
()

Return Value

Type: string[]

the string array containing the arguments (the argv). [array length=argc][transfer full]

Meta