NAME
XwcResetIC — reset the state of an input context.
SYNOPSIS
wchar_t ∗ XwcResetIC(ic)
XIC ic;
ARGUMENTS
icSpecifies the input context.
RETURNS
AVAILABILITY
Release 5 and later. Implementation-dependent - see Description.
DESCRIPTION
XwcResetIC resets an input context to its initial state. Any input pending on that context is deleted. The input method is required to clear the Preedit area, if any, and update the Status area accordingly. Calling this function does not change the input context focus.
The return value of XwcResetIC is implementation-dependent. If there was input pending on the input context, XwcResetIC may return composed wide-character text in the encoding of the locale of the input context, or it may return NULL. If any string is returned, the client is responsible for freeing it by calling XFree().
SEE ALSO
XCreateIC(), XSetICFocus(), XSetICValues(), XmbResetIC().
Xlib Reference Manual