Method

IdeRunCommandappend_args

Declaration

void
ide_run_command_append_args (
  IdeRunCommand* self,
  const char* const* args
)

Description

A convenience wrapper to append args to IdeRunCommand:argv.

Parameters

args

Type: const char* const*

The arguments to append.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.