Searched defs:CInputMethodProperty (Results 1 – 3 of 3) sorted by relevance
25 struct CInputMethodProperty { struct26 char* name;27 char* id;28 char* label;29 uint32_t labelId;30 char* icon;31 uint32_t iconId;
43 int32_t CJGetInputMethodSetting::Subscribe(uint32_t type, void (*func)(CInputMethodProperty, CInput… in Subscribe()
263 int32_t FfiInputMethodSettingOn(uint32_t type, void (*func)(CInputMethodProperty, CInputMethodSubty… in FfiInputMethodSettingOn()