Method

LspClientlog_message_async

Declaration

void
lsp_client_log_message_async (
  LspClient* self,
  LspMessageType type,
  const gchar* message,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

The log message notification is sent from the server to the client to ask the client to log a particular message.

Parameters

type

Type: LspMessageType

The message type.

message

Type: const gchar*

The actual message.

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.