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

Description

       Get title and icon filename of an input method. The minput_get_title_icon() function returns a plist
       containing a title and icon filename (if any) of an input method specified by language and name.

       The first element of the plist has key Mtext and the value is an M-text of the title for identifying the
       input method. The second element (if any) has key Mtext and the value is an M-text of the icon image
       (absolute) filename for the same purpose.

Name

       minput_get_title_icon -

Return Value

           If there exists a specified input method and it defines an title, a plist is returned. Otherwise,
           NULL is returned. The caller must free the plist by m17n_object_unref().

Synopsis

MPlist* minput_get_title_icon (MSymbol language, MSymbol name)

See Also