Method
LspEditorinitialized_async
Declaration
void
lsp_editor_initialized_async (
LspEditor* self,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
Notifies the server that initialization has completed.
This must be sent after lsp_editor_initialize_async() and before any other request or notification.
Parameters
_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.