Virtual Method

IdeBuildTargetget_argv

Declaration

gchar**
get_argv (
  IdeBuildTarget* self
)

Description

Gets the arguments used to run the target.

Available since:3.32

Return value

Returns: An array of utf8
 

A GStrv containing the arguments to run the target.

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