Method

LspEditorworkspace_symbol_async

Declaration

void
lsp_editor_workspace_symbol_async (
  LspEditor* self,
  const gchar* query,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

The workspace symbol request is sent from the client to the server to list project-wide symbols matching a given query string.

Parameters

query

Type: const gchar*

A non-empty query string.

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.