Method

IdeWorkbenchset_vcs

Declaration

void
ide_workbench_set_vcs (
  IdeWorkbench* self,
  IdeVcs* vcs
)

Description

Sets the IdeVcs for the workbench.

Sets propertyIde.Workbench:vcs

Parameters

vcs

Type: IdeVcs

An IdeVcs.

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