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
the string array containing the arguments (the argv). [array length=argc][transfer full]
See Implementation
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