Method
LspClientapply_edit_async
Declaration
void
lsp_client_apply_edit_async (
LspClient* self,
LspWorkspaceEdit* edit,
const gchar* label,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
The workspace/applyEdit request is sent from the server to the client to apply a workspace edit.
Parameters
edit-
Type:
LspWorkspaceEditThe workspace edit to apply.
The data is owned by the caller of the method. label-
Type:
const gchar*An optional label describing the edit.
The argument can be NULL.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. _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.