Function

IdeVcsMonitorfrom_context

since: 3.32

Declaration

IdeVcsMonitor*
ide_vcs_monitor_from_context (
  IdeContext* context
)

Description

Gets the IdeVcsMonitor for a context.

Available since: 3.32

Parameters

context

Type: IdeContext

An IdeContext.

The data is owned by the caller of the function.

Return value

Type: IdeVcsMonitor

An IdeVcsMonitor.

The data is owned by the called function.
The return value can be NULL.