From feaf3ac4e5847d27e3747b09e7443915afa97b0b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Feb 2003 19:28:11 +0000 Subject: time to refactor shit hard --- wrap/ob_python.i | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'wrap/ob_python.i') 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*); } -- cgit v1.2.3