Message


Description:

[ CCode ( cname = "ibus_message_new" , has_construct_function = true ) ]
public Message (uint domain, uint code, string? title, string description, ...)

Creates a new Message.

You can give additional parameters to the API. E.g. ibus_message_new(IBUS_MESSAGE_DOMAIN_PANEL, IBUS_PANEL_SERVICE_MSG_CODE_LOADING_UNICODE, "IBus Emoji utility", "Loading a Unicode dictionary", "timeout", 10, "progress", 30, NULL)

Parameters:

domain

the message domain with IBusMessageDomain likes Error.

code

the message code with IBusPanelServiceMsgCode likes Error.

title

the message title.

description

the message description.

...

the NULL-terminated arguments of the properties and values.

Returns:

A newly allocated IBusMessage.