summaryrefslogtreecommitdiff
path: root/wrap/ob_python.i
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-19 19:28:11 +0000
committerDana Jansens <danakj@orodu.net>2003-02-19 19:28:11 +0000
commitfeaf3ac4e5847d27e3747b09e7443915afa97b0b (patch)
tree6548af5ed3f15b15b2d3e4a66a2b9795b0a4e18b /wrap/ob_python.i
parent1dac42d9ed074bcd44f9d1016b0971ae473cc2eb (diff)
time to refactor shit hard
Diffstat (limited to 'wrap/ob_python.i')
-rw-r--r--wrap/ob_python.i6
1 files changed, 5 insertions, 1 deletions
diff --git a/wrap/ob_python.i b/wrap/ob_python.i
index 66fd83e9..6236779e 100644
--- a/wrap/ob_python.i
+++ b/wrap/ob_python.i
@@ -17,7 +17,11 @@ namespace ob {
%ignore python_init(char*);
%ignore python_destroy();
-%ignore python_exec(const std::string &);
+%ignore python_exec(const std::string&);
+
+%ignore python_get_long(const char*, long*);
+%ignore python_get_string(const char*, otk::ustring*);
+%ignore python_get_stringlist(const char*, std::vector<otk::ustring>*);
}