Virtual Method

LspEditorshow_document_async

Declaration

void
show_document_async (
  LspEditor* self,
  GUri* uri,
  gboolean external,
  gboolean take_focus,
  LspRange* selection,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Shows a server-provided resource in the editor.

Parameters

uri

Type: GUri

No description available.

The data is owned by the caller of the method.
external

Type: gboolean

No description available.

take_focus

Type: gboolean

No description available.

selection

Type: LspRange

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No description available.

_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.