Method

FoundryDiagnosticProviderdiagnose

Declaration [src]

DexFuture*
foundry_diagnostic_provider_diagnose (
  FoundryDiagnosticProvider* self,
  GFile* file
)

Description [src]

Processes file to extract diagnostics.

If the buffer manager has modified contents for file, they should be taken into account when diagnosing.

Parameters

file

Type: GFile

No description available.

The data is owned by the caller of the method.

Return value

Type: DexFuture

A DexFuture that resolves to a GListModel of FoundryDiagnostic.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.