Virtual Method

IdeBuildTargetget_argv

Declaration

gchar**
get_argv (
  IdeBuildTarget* self
)

Description

Gets the arguments used to run the target.

Return value

Type: An array of utf8

A GStrv containing the arguments to run the target.

The array is NULL-terminated.
The caller of the function takes ownership of the data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.