| Top |
Functions
| IdeDiagnostics * | ide_diagnostics_ref () |
| void | ide_diagnostics_unref () |
| gsize | ide_diagnostics_get_size () |
| IdeDiagnostic * | ide_diagnostics_index () |
| void | ide_diagnostics_merge () |
Functions
ide_diagnostics_get_size ()
gsize
ide_diagnostics_get_size (IdeDiagnostics *self);
Retrieves the number of diagnostics that can be accessed via
ide_diagnostics_index().
ide_diagnostics_index ()
IdeDiagnostic * ide_diagnostics_index (IdeDiagnostics *self,gsize index);
Retrieves the diagnostic at index
.
