Method

IdeBufferget_diagnostics

Declaration

IdeDiagnostics*
ide_buffer_get_diagnostics (
  IdeBuffer* self
)

Description

Gets the IdeDiagnostics for the buffer if any have been registered.

Gets propertyIde.Buffer:diagnostics

Return value

Type: IdeDiagnostics

An IdeDiagnostics or NULL.

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