|  |  
 |   |   
 NAMEminput_list - SYNOPSISMPlist* minput_list (MSymbol language) DESCRIPTION@brief List available input methods. The minput_list() function returns a list of currently available input methods whose language is @b language. If @b language is #Mnil, all input methods are listed. @par Return value: The returned value is a plist of this form: ((LANGUAGE-NAME INPUT-METHOD-NAME SANE) ...) The third element SANE of each input method is #Mt if it can be successfully used, or #Mnil if it has some problem (e.g. syntax error of MIM file, unavailable external module, unavailable including input method). Example:#include <stdio.h>
#include <string.h>
#include <m17n.h>
int
main (int argc, char **argv)
{
COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)
   
 
 |