Top | ![]() |
![]() |
![]() |
![]() |
GtkSourceLanguage * | ide_diagnostician_get_language () |
void | ide_diagnostician_set_language () |
void | ide_diagnostician_diagnose_async () |
IdeDiagnostics * | ide_diagnostician_diagnose_finish () |
GtkSourceLanguage *
ide_diagnostician_get_language (IdeDiagnostician *self
);
Gets the “language” property.
void ide_diagnostician_set_language (IdeDiagnostician *self
,GtkSourceLanguage *language
);
void ide_diagnostician_diagnose_async (IdeDiagnostician *diagnostician
,IdeFile *file
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
IdeDiagnostics * ide_diagnostician_diagnose_finish (IdeDiagnostician *diagnostician
,GAsyncResult *result
,GError **error
);