summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2015-05-20 14:28:51 +0800
committerPeng Wu <alexepico@gmail.com>2015-05-20 14:28:51 +0800
commit42c7299f3bbe2191a44aa17fe17829361aede7eb (patch)
tree33f52ede9795c06ee500eaa4366c8a77ca2c656b /src/include
parent8fc2fc4da82250bfe33c81c3575cb4d5fdde10dc (diff)
downloadlibpinyin-42c7299f3bbe2191a44aa17fe17829361aede7eb.tar.gz
libpinyin-42c7299f3bbe2191a44aa17fe17829361aede7eb.tar.xz
libpinyin-42c7299f3bbe2191a44aa17fe17829361aede7eb.zip
add phonetic table type to table info
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 88c063c..f2211c0 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -147,7 +147,9 @@ typedef enum {
GB_DICTIONARY = 1,
GBK_DICTIONARY = 2,
MERGED_DICTIONARY = 3,
- USER_DICTIONARY = 15
+ ADDON_DICTIONARY = 4,
+ NETWORK_DICTIONARY = 5,
+ USER_DICTIONARY = 6
} PHRASE_INDEX_LIBRARIES;
G_END_DECLS