Method
FoundryDiagnosticManagerdiagnose_file
Declaration [src]
DexFuture*
foundry_diagnostic_manager_diagnose_file (
FoundryDiagnosticManager* self,
GFile* file
)
Return value
Type: DexFuture
A DexFuture
that resolves to a
FoundryFutureListModel
which may be awaited on for final
completion of all diagnostics.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |