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
)
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. actions-
Type: An array of
LspMessageActionItemNo description available.
The length of the array is specified in the actions_length1argument.The data is owned by the caller of the method. actions_length1-
Type:
gintNo description available.
_callback_-
Type:
GAsyncReadyCallbackNo description available.
_callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.