Method

IdeRunnerpush_args

Declaration

void
ide_runner_push_args (
  IdeRunner* self,
  const gchar* const* args
)

Description

Helper to call ide_runner_append_argv() for every argument contained in args.

Available since:3.32

Parameters

args An array of utf8
 

The arguments.

 The argument can be NULL.
 The data is owned by the caller of the function.