summaryrefslogtreecommitdiffstats
path: root/src/PYEditor.h
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2019-12-19 14:59:57 +0800
committerPeng Wu <alexepico@gmail.com>2019-12-19 14:59:57 +0800
commit503de9a7f203eb3d98f1313e5e0acd2ad77be2a7 (patch)
tree2072918d492038a94e115eae582647203968c32b /src/PYEditor.h
parent2b2fdb2a1d948eab46fdca289fd5f579af078ff8 (diff)
downloadibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.tar.gz
ibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.tar.xz
ibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.zip
write removeCandidateInternal method
Diffstat (limited to 'src/PYEditor.h')
-rw-r--r--src/PYEditor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PYEditor.h b/src/PYEditor.h
index 6829675..954266f 100644
--- a/src/PYEditor.h
+++ b/src/PYEditor.h
@@ -155,6 +155,7 @@ protected:
protected:
virtual int selectCandidateInternal (EnhancedCandidate & candidate);
+ virtual gboolean removeCandidateInternal (EnhancedCandidate & candidate);
/* signals */
signal <void (Text &)> m_signal_commit_text;