ExtensionEvent


Description:

[ CCode ( cname = "ibus_extension_event_new" , has_construct_function = true ) ]
public ExtensionEvent (string first_property_name, ...)

Create a new ExtensionEvent.

Parameters:

first_property_name

Name of the first property.

...

the NULL-terminated arguments of the properties and values.

Returns:

A newly allocated ExtensionEvent. E.g. ibus_extension_event_new ("name", "emoji", "is-enabled", TRUE, NULL);