XEvent


Description:

[ CCode ( cname = "ibus_x_event_new" , has_construct_function = true ) ]
public XEvent (string first_property_name, ...)

Create a new XEvent.

Parameters:

first_property_name

Name of the first property.

...

the NULL-terminated arguments of the properties and values.

Returns:

A newly allocated XEvent. E.g. ibus_x_event_new ("event-type", IBUS_X_EVENT_KEY_PRESS, NULL);