summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-10-15 14:23:22 +0800
committerPeng Wu <alexepico@gmail.com>2013-10-15 14:23:22 +0800
commit01ba02f1a8037f46b5c34fa1d95d23f05e3fa298 (patch)
treee960e0ee80f7b1f50653ba8b697026fee157de93 /src/pinyin.h
parent8af8e2036ec59a0eb590b7e8be3fc9b2c021bb1a (diff)
downloadlibzhuyin-01ba02f1a8037f46b5c34fa1d95d23f05e3fa298.tar.gz
libzhuyin-01ba02f1a8037f46b5c34fa1d95d23f05e3fa298.tar.xz
libzhuyin-01ba02f1a8037f46b5c34fa1d95d23f05e3fa298.zip
write pinyin_set_full_pinyin_scheme
Diffstat (limited to 'src/pinyin.h')
-rw-r--r--src/pinyin.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pinyin.h b/src/pinyin.h
index 243b81c..699ea0c 100644
--- a/src/pinyin.h
+++ b/src/pinyin.h
@@ -140,6 +140,18 @@ bool pinyin_set_chewing_scheme(pinyin_context_t * context,
ChewingScheme scheme);
/**
+ * pinyin_set_full_pinyin_scheme:
+ * @context: the pinyin context.
+ * @scheme: the full pinyin scheme.
+ * @returns: whether the set full pinyin scheme succeeded.
+ *
+ * Change the full pinyin scheme of the pinyin context.
+ *
+ */
+bool pinyin_set_full_pinyin_scheme(pinyin_context_t * context,
+ FullPinyinScheme scheme);
+
+/**
* pinyin_fini:
* @context: the pinyin context.
*