summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-02-19 12:54:35 +0800
committerPeng Wu <alexepico@gmail.com>2013-02-19 12:54:35 +0800
commitb33991511be60368eb0ab38de70165606f4e5b14 (patch)
treed7642ddc2ffed7585fef733396366a186d1428ad /src/include
parent36ef85182a682e35a1a7ba7d79292c69fa184b38 (diff)
downloadlibpinyin-b33991511be60368eb0ab38de70165606f4e5b14.tar.gz
libpinyin-b33991511be60368eb0ab38de70165606f4e5b14.tar.xz
libpinyin-b33991511be60368eb0ab38de70165606f4e5b14.zip
add enum PHRASE_INDEX_LIBRARIES
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index 52fc0b0..428b67e 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -145,6 +145,25 @@ typedef GArray * CandidateConstraints;
typedef guint32 pinyin_option_t;
+typedef enum {
+ RESERVED = 0,
+ GB_DICTIONARY,
+ GBK_DICTIONARY,
+ MERGED_DICTIONARY,
+ ART_DICTIONARY,
+ CULTURE_DICTIONARY,
+ ECONOMY_DICTIONARY,
+ GEOLOGY_DICTIONARY,
+ HISTORY_DICTIONARY,
+ LIFE_DICTIONARY,
+ NATURE_DICTIONARY,
+ SCITECH_DICTIONARY,
+ SOCIETY_DICTIONARY,
+ SPORT_DICTIONARY,
+ RESERVED1,
+ USER_DICTIONARY
+} PHRASE_INDEX_LIBRARIES;
+
};
#endif