From 16ab6e9d719acd02a1dbe65f8255fc65c06fbda2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 16 Oct 2015 13:32:51 +0800 Subject: rename pinyin_set_chewing_scheme to pinyin_set_zhuyin_scheme --- src/pinyin.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/pinyin.h') diff --git a/src/pinyin.h b/src/pinyin.h index 1b2e5ea..6c45a26 100644 --- a/src/pinyin.h +++ b/src/pinyin.h @@ -228,16 +228,16 @@ bool pinyin_set_double_pinyin_scheme(pinyin_context_t * context, DoublePinyinScheme scheme); /** - * pinyin_set_chewing_scheme: + * pinyin_set_zhuyin_scheme: * @context: the pinyin context. - * @scheme: the chewing scheme. - * @returns: whether the set chewing scheme succeeded. + * @scheme: the zhuyin scheme. + * @returns: whether the set zhuyin scheme succeeded. * - * Change the chewing scheme of the pinyin context. + * Change the zhuyin scheme of the pinyin context. * */ -bool pinyin_set_chewing_scheme(pinyin_context_t * context, - ChewingScheme scheme); +bool pinyin_set_zhuyin_scheme(pinyin_context_t * context, + ZhuyinScheme scheme); /** * pinyin_fini: -- cgit