summaryrefslogtreecommitdiffstats
path: root/src/PYPPhoneticEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2011-11-07 14:50:54 +0800
committerPeng Wu <alexepico@gmail.com>2011-12-22 12:23:15 +0800
commit2db3c83f7ed2dbcba3c579cfe9963577eaf58a59 (patch)
treeb556ced66a7e0f465d6a7b646f04d92a45108a9a /src/PYPPhoneticEditor.h
parent4b12c07f98d9e0cb437034ad5215b9001e98321e (diff)
downloadibus-libpinyin-2db3c83f7ed2dbcba3c579cfe9963577eaf58a59.tar.gz
ibus-libpinyin-2db3c83f7ed2dbcba3c579cfe9963577eaf58a59.tar.xz
ibus-libpinyin-2db3c83f7ed2dbcba3c579cfe9963577eaf58a59.zip
add get lookup cursor function
Diffstat (limited to 'src/PYPPhoneticEditor.h')
-rw-r--r--src/PYPPhoneticEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PYPPhoneticEditor.h b/src/PYPPhoneticEditor.h
index b2235f3..1360e58 100644
--- a/src/PYPPhoneticEditor.h
+++ b/src/PYPPhoneticEditor.h
@@ -54,7 +54,8 @@ protected:
gboolean selectCandidateInPage (guint i);
void commit (const gchar *str);
- guint getPinyinCursor ();
+ guint getPinyinCursor (void);
+ guint getLookupCursor (void);
/* inline functions */