Method

IdeVcsget_config

since: 3.32

Declaration

IdeVcsConfig*
ide_vcs_get_config (
  IdeVcs* self
)

Description

Retrieves an IdeVcsConfig for the IdeVcs provided. If the IdeVcs implementation does not support access to configuration, then NULL is returned.

Available since: 3.32

Return value

Type: IdeVcsConfig

An IdeVcsConfig or NULL.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.