summaryrefslogtreecommitdiffstats
path: root/src/PYEditor.cc
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.cc
parent2b2fdb2a1d948eab46fdca289fd5f579af078ff8 (diff)
downloadibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.tar.gz
ibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.tar.xz
ibus-libpinyin-503de9a7f203eb3d98f1313e5e0acd2ad77be2a7.zip
write removeCandidateInternal method
Diffstat (limited to 'src/PYEditor.cc')
-rw-r--r--src/PYEditor.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/PYEditor.cc b/src/PYEditor.cc
index e619dda..94b7a78 100644
--- a/src/PYEditor.cc
+++ b/src/PYEditor.cc
@@ -159,5 +159,11 @@ Editor::selectCandidateInternal (EnhancedCandidate & candidate)
return SELECT_CANDIDATE_ALREADY_HANDLED;
}
+gboolean
+Editor::removeCandidateInternal (EnhancedCandidate & candidate)
+{
+ return FALSE;
+}
+
};