Method
LspClientshow_message_async
Declaration
void
lsp_client_show_message_async (
LspClient* self,
LspMessageType type,
const gchar* message,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.
Parameters
type-
Type:
LspMessageTypeNo description available.
message-
Type:
const gchar*No description available.
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.