[ 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)
| domain |
the message domain with |
| code |
the message code with |
| title |
the message title. |
| description |
the message description. |
| ... |
the NULL-terminated arguments of the properties and values. |
|
A newly allocated IBusMessage. |