Method

IdeRunnerget_argv

Declaration

gchar**
ide_runner_get_argv (
  IdeRunner* self
)

Description

Gets the argument list as a newly allocated string array.

Available since:3.32

Return value

Returns: An array of utf8
 

A newly allocated string array that should be freed with g_strfreev().

 The caller of the method takes ownership of the data, and is responsible for freeing it.