SCIMBridge  0.4.x
boolean scim_bridge_client_imcontext_delete_surrounding_text ( ScimBridgeClientIMContext imcontext,
int  offset,
int  length 
)

Delete the surrounding text of an IMContext. The string reffered as "the surrounding text" here is the string gotten by get_surrounding_text () previously.

Parameters
imcontextThe IMContext.
offsetThe begining offset (in wchar) of the part of the surrounding string to remove.
lengthThe length (in wchar) of the part of the surrounding string to remove.