summaryrefslogtreecommitdiff
path: root/bindings/swig/listkey.i
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/swig/listkey.i')
-rw-r--r--bindings/swig/listkey.i7
1 files changed, 6 insertions, 1 deletions
diff --git a/bindings/swig/listkey.i b/bindings/swig/listkey.i
index 3c91343..deaeac2 100644
--- a/bindings/swig/listkey.i
+++ b/bindings/swig/listkey.i
@@ -3,6 +3,11 @@
%}
%ignore sword::ListKey::operator<<;
+%ignore sword::ListKey::ClearList;
+%ignore sword::ListKey::Count;
+%ignore sword::ListKey::Remove;
+%ignore sword::ListKey::SetToElement;
+%ignore sword::ListKey::GetElement;
%include "listkey.h"
@@ -18,4 +23,4 @@
static sword::ListKey *castTo(sword::SWKey *o) {
return dynamic_cast<sword::ListKey*>(o);
}
-} \ No newline at end of file
+}