SCIMBridge  0.4.x

◆ commit_string()

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

Commit a string.

Parameters
imcontext_idThe ID of the IMContext.
wstringThe string to commit.
Returns
RETVAL_FAILED if it failed, otherwise it returns RETVAL_SUCCEEDED.