diff options
author | Peng Wu <alexepico@gmail.com> | 2013-03-21 10:54:18 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-03-21 10:54:18 +0800 |
commit | 993bcbca62bee26aa3c23bc8edfd6dbe8eb66ad4 (patch) | |
tree | e73c6a6b4bd7a04ec591ef59cbdb6987c873bba8 /src/pinyin.cpp | |
parent | d172a790803df6f655e0594ab958544eba6dadad (diff) | |
download | libpinyin-993bcbca62bee26aa3c23bc8edfd6dbe8eb66ad4.tar.gz libpinyin-993bcbca62bee26aa3c23bc8edfd6dbe8eb66ad4.tar.xz libpinyin-993bcbca62bee26aa3c23bc8edfd6dbe8eb66ad4.zip |
clean up pinyin.h
Diffstat (limited to 'src/pinyin.cpp')
-rw-r--r-- | src/pinyin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pinyin.cpp b/src/pinyin.cpp index b0bef83..35ac171 100644 --- a/src/pinyin.cpp +++ b/src/pinyin.cpp @@ -30,6 +30,8 @@ using namespace pinyin; /* a glue layer for input method integration. */ +typedef GArray * CandidateVector; /* GArray of lookup_candidate_t */ + struct _pinyin_context_t{ pinyin_option_t m_options; |