SCIMBridge  0.4.x
void scim_bridge_key_event_set_quirk_enabled ( ScimBridgeKeyEvent key_event,
scim_bridge_key_quirk_t  quirk,
boolean  enabled 
)

Set the sate of the given quirk of this key event.

Parameters
key_eventThe key event.
quirkThe quirk to change the state.
enabledThe new state.

Referenced by scim_bridge_key_event_gdk_to_bridge().