![]() |
![]()
| ![]() |
![]()
NAMEminput_get_title_icon - SYNOPSISMPlist* minput_get_title_icon (MSymbol language, MSymbol name) DESCRIPTIONGet 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. RETURN VALUEIf 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().
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)
|