Method
LspServerworkspace_symbol_async
Declaration
void
lsp_server_workspace_symbol_async (
LspServer* self,
LspClient* client,
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
client-
Type:
LspClientNo description available.
The data is owned by the caller of the method. 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:
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.