Method

IdeRunCommandappend_argv

Declaration

void
ide_run_command_append_argv (
  IdeRunCommand* self,
  const char* arg
)

Description

A convenience wrapper to append arg to IdeRunCommand:argv.

Parameters

arg

Type: const char*

The argument to append.

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