Virtual Method

LspEditorshow_message_request_async

Declaration

void
show_message_request_async (
  LspEditor* self,
  LspMessageType type,
  const gchar* message,
  LspMessageActionItem* actions,
  gint actions_length1,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description

Asks the user to select an action for a server-provided message.

Parameters

type

Type: LspMessageType

No 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.
actions

Type: An array of LspMessageActionItem

No description available.

The length of the array is specified in the actions_length1 argument.
The data is owned by the caller of the method.
actions_length1

Type: gint

No description available.

_callback_

Type: GAsyncReadyCallback

No description available.

_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.