zhuyin.h | zhuyin.h | |||
---|---|---|---|---|
skipping to change at line 615 | skipping to change at line 615 | |||
ChewingKeyRest * key_rest, | ChewingKeyRest * key_rest, | |||
guint16 * begin, guint16 * end); | guint16 * begin, guint16 * end); | |||
/** | /** | |||
* zhuyin_get_zhuyin_key_rest_length: | * zhuyin_get_zhuyin_key_rest_length: | |||
* @instance: the zhuyin instance. | * @instance: the zhuyin instance. | |||
* @key_rest: the pinyin key rest. | * @key_rest: the pinyin key rest. | |||
* @length: the length of the corresponding pinyin key. | * @length: the length of the corresponding pinyin key. | |||
* @returns: whether the get operation is successful. | * @returns: whether the get operation is successful. | |||
* | * | |||
* Get the length of the corresponding pinyin key. | * Get the length of the corresponding zhuyin key. | |||
* | * | |||
*/ | */ | |||
bool zhuyin_get_zhuyin_key_rest_length(zhuyin_instance_t * instance, | bool zhuyin_get_zhuyin_key_rest_length(zhuyin_instance_t * instance, | |||
ChewingKeyRest * key_rest, | ChewingKeyRest * key_rest, | |||
guint16 * length); | guint16 * length); | |||
/** | /** | |||
* zhuyin_get_zhuyin_key_rest_offset: | ||||
* @instance: the zhuyin instance. | ||||
* @cursor: the cursor. | ||||
* @offset: the offset in the zhuyin array. | ||||
* @returns: whether the get operation is successful. | ||||
* | ||||
* Get the offset in the zhuyin key array. | ||||
* | ||||
*/ | ||||
bool zhuyin_get_zhuyin_key_rest_offset(zhuyin_instance_t * instance, | ||||
guint16 cursor, | ||||
guint16 * offset); | ||||
/** | ||||
* zhuyin_get_raw_full_pinyin: | * zhuyin_get_raw_full_pinyin: | |||
* @instance: the zhuyin instance. | * @instance: the zhuyin instance. | |||
* @utf8_str: the modified raw full pinyin after choose candidate. | * @utf8_str: the modified raw full pinyin after choose candidate. | |||
* @returns: whether the get operation is successful. | * @returns: whether the get operation is successful. | |||
* | * | |||
* Get the modified raw full pinyin after choose candidate. | * Get the modified raw full pinyin after choose candidate. | |||
* | * | |||
*/ | */ | |||
bool zhuyin_get_raw_full_pinyin(zhuyin_instance_t * instance, | bool zhuyin_get_raw_full_pinyin(zhuyin_instance_t * instance, | |||
const gchar ** utf8_str); | const gchar ** utf8_str); | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 15 lines changed or added | |||