man minput_reset_ic () - Reset an input context.

NAME

Inpu - Reset an input context.

SYNOPSIS

void minput_reset_ic (MInputContext * ic)

DESCRIPTION

The minput_reset_ic() function resets the input context ic by calling a callback functions corresponding to Minput_reset. It actually shifts the state to the initial one, and thus the current preediting text (if any) is committed. If necessary, a program can extract that text by calling minput_lookup() just after the call of minput_reset_ic(). In that case, the arguments KEY and ARG of minput_lookup() are ignored.