Gets the list of arguments that was passed on the command line.
The strings in the array may contain non-UTF-8 data on UNIX (such as filenames or arguments given in the system locale) but are always in UTF-8 on Windows.
If you wish to use the return value with glib.OptionContext, you must use OptionContext.parseStrv.
The return value is NULL-terminated and should be freed using g_strfreev().
the string array containing the arguments (the argv)
2.28
Gets the list of arguments that was passed on the command line.
The strings in the array may contain non-UTF-8 data on UNIX (such as filenames or arguments given in the system locale) but are always in UTF-8 on Windows.
If you wish to use the return value with glib.OptionContext, you must use OptionContext.parseStrv.
The return value is NULL-terminated and should be freed using g_strfreev().