SCIM Bridge 0.4.x

◆ set_preedit_attributes()

virtual retval_t ScimBridgeAgentClientListener::set_preedit_attributes ( scim_bridge_imcontext_id_t imcontext_id,
const scim::AttributeList & attributes )
pure virtual

Set the attributes of the preedit.

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