Main Page   Modules   Data Structures   Globals   Appendix  

MInputMethod Struct Reference

Structure of input method. More...

#include <m17n.h>


Data Fields

MSymbol language
MSymbol name
MInputDriver driver
void * arg
void * info


Detailed Description

The type MInputMethod is the structure of input method objects.


Field Documentation

MSymbol MInputMethod::language
 

Which language this input method is for. The value is Mnil if the input method is foreign.

MSymbol MInputMethod::name
 

Name of the input method. If the input method is foreign, it must has a property of key Minput_driver and the value must be a pointer to a proper input driver.

MInputDriver MInputMethod::driver
 

Input driver of the input method.

void* MInputMethod::arg
 

The argument given to minput_open_im().

void* MInputMethod::info
 

Pointer to extra information that .open_im() setups.


Top of this page

Main Page   Modules   Data Structures   Globals   Appendix  

mulemark mule-aist@m17n.org