Method

IdeVcsget_workdir

since: 3.32

Declaration

GFile*
ide_vcs_get_workdir (
  IdeVcs* self
)

Description

Retrieves the working directory for the context. This is the root of where the project files exist.

This function is safe to call from threads holding a reference to self.

Available since: 3.32

Gets propertyIde.Vcs:workdir

Return value

Type: GFile

A GFile.

The data is owned by the instance.