summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-10-16 13:32:51 +0800
committerPeng Wu <alexepico@gmail.com>2015-10-16 13:32:51 +0800
commit16ab6e9d719acd02a1dbe65f8255fc65c06fbda2 (patch)
treea7dce094585f1a39a6577d64c79c227d6720a691 /src/pinyin.h
parentac96a6ee83d172561628e0e7cbdd71deb9f6f04f (diff)
downloadlibpinyin-16ab6e9d719acd02a1dbe65f8255fc65c06fbda2.tar.gz
libpinyin-16ab6e9d719acd02a1dbe65f8255fc65c06fbda2.tar.xz
libpinyin-16ab6e9d719acd02a1dbe65f8255fc65c06fbda2.zip
rename pinyin_set_chewing_scheme to pinyin_set_zhuyin_scheme
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h12
1 files changed, 6 insertions, 6 deletions
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: