Method
LspEditorset_trace_async
Declaration
void
lsp_editor_set_trace_async (
LspEditor* self,
LspTraceValue trace_value,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
A notification that should be used by the client to modify the trace setting of the server.
Parameters
trace_value-
Type:
LspTraceValueNo description available.
_callback_-
Type:
GAsyncReadyCallbackNo description available.
The argument can be NULL. _callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.