SCIM Bridge 0.4.x

◆ set_preedit_string()

virtual retval_t ScimBridgeAgentClientListener::set_preedit_string ( scim_bridge_imcontext_id_t imcontext_id,
const scim::WideString & wstring )
pure virtual

Set the preedit string.

Parameters
imcontext_idThe id of the IMContext.
wstringThe new preedit string.
Returns
RETVAL_FAILED if it failed, otherwise it returns RETVAL_SUCCEEDED.