logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

minput_create_ic -

Description

       Create an input context. The minput_create_ic() function creates an input context object associated with
       input method im, and calls callback functions corresponding to Minput_preedit_start, Minput_status_start,
       and Minput_status_draw in this order.

Name

       minput_create_ic -

Return Value

           If an input context is successfully created, minput_create_ic() returns a pointer to it. Otherwise it
           returns NULL.

Synopsis

MInputContext* minput_create_ic (MInputMethod * im, void * arg)

See Also