Method

IdeWorkbenchset_vcs

since: 3.32

Declaration

void
ide_workbench_set_vcs (
  IdeWorkbench* self,
  IdeVcs* vcs
)

Description

Sets the IdeVcs for the workbench.

Available since: 3.32

Sets propertyIde.Workbench:vcs

Parameters

vcs

Type: IdeVcs

An IdeVcs.

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