Method
IdeLspClientget_diagnostics_finish
Declaration
gboolean
ide_lsp_client_get_diagnostics_finish (
IdeLspClient* self,
GAsyncResult* result,
IdeDiagnostics** diagnostics,
GError** error
)
Parameters
result |
GAsyncResult* |
A |
|
The data is owned by the caller of the function. | |
diagnostics |
IdeDiagnostics |
A location for a |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
error |
GError ** |
The return location for a GError* , or NULL . |