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_get_description -

Description

       Get description text of an input method. The minput_get_description() function returns an M-text that
       describes the input method specified by language and name.

Name

       minput_get_description -

Return Value

           If the specified input method has a description text, a pointer to MText is returned. The caller has
           to free it by m17n_object_unref(). If the input method does not have a description text, NULL is
           returned.

Synopsis

MText* minput_get_description (MSymbol language, MSymbol name)

See Also