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
)

Description

Notifies the server that an open document was saved.

Parameters

uri

Type: GUri

No 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: GAsyncReadyCallback

No 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.