Method
LspEditorsave_text_document_async
Declaration
void
lsp_editor_save_text_document_async (
LspEditor* self,
GUri* uri,
const gchar* text,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Parameters
uri-
Type:
GUriNo description available.
The data is owned by the caller of the method. text-
Type:
const gchar*Optional saved content when requested by the server.
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.