Method

IdeWorkbenchset_vcs

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 IdeVcs
 

An IdeVcs.

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