Method

IdeConfigset_run_opts

Declaration

void
ide_config_set_run_opts (
  IdeConfig* self,
  const gchar* run_opts
)

Description

Sets the run options to use when running the target application. See ide_config_get_run_opts() for more information.

Sets propertyIde.Config:run-opts

Parameters

run_opts

Type: const gchar*

The run options for the target application.

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