SCIM Bridge 0.4.x

◆ set_preedit_shown()

virtual retval_t ScimBridgeAgentClientListener::set_preedit_shown ( scim_bridge_imcontext_id_t imcontext_id,
bool shown )
pure virtual

Set the visibility of the preedit.

Parameters
imcontext_idThe id of the IMContext.
shownThe visibility of the preedit.
Returns
RETVAL_FAILED if it failed, otherwise it returns RETVAL_SUCCEEDED.

Implemented in ScimBridgeAgentClientListenerImpl.