Function

IdeDiagnosticsManagerfrom_context

Declaration

IdeDiagnosticsManager*
ide_diagnostics_manager_from_context (
  IdeContext* context
)

Description

Gets the diagnostics manager for the context.

Parameters

context

Type: IdeContext

An IdeContext.

The data is owned by the caller of the function.

Return value

Type: IdeDiagnosticsManager

An IdeDiagnosticsManager.

The data is owned by the called function.