summaryrefslogtreecommitdiffstats
path: root/src/zhuyin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zhuyin.h')
-rw-r--r--src/zhuyin.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/zhuyin.h b/src/zhuyin.h
index f0fd9b2..5867d10 100644
--- a/src/zhuyin.h
+++ b/src/zhuyin.h
@@ -309,6 +309,17 @@ size_t zhuyin_parse_more_chewings(zhuyin_instance_t * instance,
const char * chewings);
/**
+ * zhuyin_get_parsed_input_length:
+ * @instance: the zhuyin instance.
+ * @returns: the parsed_length of the input.
+ *
+ * Get the parsed length of the input.
+ *
+ */
+size_t zhuyin_get_parsed_input_length(zhuyin_instance_t * instance);
+
+
+/**
* zhuyin_in_chewing_keyboard:
* @instance: the zhuyin instance.
* @key: the input key.