summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-21 13:12:49 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-21 13:12:49 +0800
commit2fd097b32236f156aa18e7ee077ef34dc36d2d52 (patch)
tree50f9f169e51d726ae5deac667c3efc81487e186e /src/include
parentfad72be7fbcc4f52bfc1ce28c2caaa32ac5f9188 (diff)
downloadlibpinyin-2fd097b32236f156aa18e7ee077ef34dc36d2d52.tar.gz
libpinyin-2fd097b32236f156aa18e7ee077ef34dc36d2d52.tar.xz
libpinyin-2fd097b32236f156aa18e7ee077ef34dc36d2d52.zip
re-factor table info
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 7c545be..8005ed0 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -143,6 +143,11 @@ typedef GArray * CandidateConstraints;
typedef guint32 pinyin_option_t;
typedef enum {
+ DEFAULT_TABLE,
+ ADDON_TABLE,
+} TABLE_TARGET;
+
+typedef enum {
/* for default tables. */
RESERVED = 0,
GB_DICTIONARY = 1,