Signal
LspEditor::log-message
Declaration
void
log_message (
LspEditor* self,
LspMessageType type,
const gchar* message,
gpointer user_data
)
Parameters
type-
Type:
LspMessageTypeThe 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.