summaryrefslogtreecommitdiffstats
path: root/src/pinyin.h
diff options
context:
space:
mode:
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.
*