SCIM Bridge 0.4.x

◆ set_preedit_shown()

retval_t ScimBridgeAgentClientListenerImpl::set_preedit_shown ( scim_bridge_imcontext_id_t imcontext_id,
bool shown )
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.

Implements ScimBridgeAgentClientListener.

References RETVAL_SUCCEEDED, and SCIM_BRIDGE_MESSAGE_SET_PREEDIT_SHOWN.