From a9c1c8359c45e5186865adf027b18d2facdbd313 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 6 Jan 2016 13:01:36 +0800 Subject: write pinyin_custom3.h --- src/include/novel_types.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/include') diff --git a/src/include/novel_types.h b/src/include/novel_types.h index 7c545be..fcb801e 100644 --- a/src/include/novel_types.h +++ b/src/include/novel_types.h @@ -142,6 +142,12 @@ typedef GArray * CandidateConstraints; typedef guint32 pinyin_option_t; +typedef guint32 pinyin_standard_option_t; + +typedef guint32 pinyin_fuzzy_option_t; + +typedef guint32 pinyin_correct_option_t; + typedef enum { /* for default tables. */ RESERVED = 0, -- cgit