summaryrefslogtreecommitdiffstats
path: root/src/ZYLibZhuyin.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-07-15 13:36:55 +0800
committerPeng Wu <alexepico@gmail.com>2014-07-15 13:36:55 +0800
commitf24733b19f659046deb6c68c7b647b5f2bd6f5b1 (patch)
treed9a29e804d97b7b78fed3adfedae75937b76fe75 /src/ZYLibZhuyin.h
parent18c1dab51499105a2e32dab405cf6d8809cce281 (diff)
downloadibus-libzhuyin-f24733b19f659046deb6c68c7b647b5f2bd6f5b1.tar.gz
ibus-libzhuyin-f24733b19f659046deb6c68c7b647b5f2bd6f5b1.tar.xz
ibus-libzhuyin-f24733b19f659046deb6c68c7b647b5f2bd6f5b1.zip
support user phrases
Diffstat (limited to 'src/ZYLibZhuyin.h')
-rw-r--r--src/ZYLibZhuyin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYLibZhuyin.h b/src/ZYLibZhuyin.h
index a9a3e13..0a2686c 100644
--- a/src/ZYLibZhuyin.h
+++ b/src/ZYLibZhuyin.h
@@ -48,7 +48,7 @@ public:
void modified (void);
gboolean importZhuyinDictionary (const char * filename);
- gboolean cleanZhuyinUserData (const char * target);
+ gboolean clearZhuyinUserData (const char * target);
/* use static initializer in C++. */
static LibZhuyinBackEnd & instance (void) { return *m_instance; }