Signal

LspEditor::show-message

Declaration

void
show_message (
  LspEditor* self,
  LspMessageType type,
  const gchar* message,
  gpointer user_data
)

Description

Emitted when we receive a window/showMessage notification.

Default handler:

Parameters

type

Type: LspMessageType

The message type.

message

Type: const gchar*

The actual message.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.