comparison src/proto/mbyte.pro @ 34:e170173ecb68 current-release

before ack base protocol.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 26 Nov 2008 15:02:10 +0900
parents 76efa0be13f1
children c16898406ff2
comparison
equal deleted inserted replaced
33:7d0d8b831f5a 34:e170173ecb68
80 int xim_queue_key_press_event __ARGS((GdkEventKey *event, int down)); 80 int xim_queue_key_press_event __ARGS((GdkEventKey *event, int down));
81 void xim_init __ARGS((void)); 81 void xim_init __ARGS((void));
82 void im_shutdown __ARGS((void)); 82 void im_shutdown __ARGS((void));
83 int xim_get_status_area_height __ARGS((void)); 83 int xim_get_status_area_height __ARGS((void));
84 int im_get_status __ARGS((void)); 84 int im_get_status __ARGS((void));
85 int preedit_get_status __ARGS((void));
85 int im_is_preediting __ARGS((void)); 86 int im_is_preediting __ARGS((void));
86 int convert_setup __ARGS((vimconv_T *vcp, char_u *from, char_u *to)); 87 int convert_setup __ARGS((vimconv_T *vcp, char_u *from, char_u *to));
87 int convert_input __ARGS((char_u *ptr, int len, int maxlen)); 88 int convert_input __ARGS((char_u *ptr, int len, int maxlen));
88 int convert_input_safe __ARGS((char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp)); 89 int convert_input_safe __ARGS((char_u *ptr, int len, int maxlen, char_u **restp, int *restlenp));
89 char_u *string_convert __ARGS((vimconv_T *vcp, char_u *ptr, int *lenp)); 90 char_u *string_convert __ARGS((vimconv_T *vcp, char_u *ptr, int *lenp));