From c217a730901137252cde2d3a39b59c4ebd53e879 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 17 Feb 2003 15:42:31 +0000 Subject: split the ob module into separate .i's cleanly define the interface, add functions for modifying the objects (via client messages) --- wrap/ob_python.i | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wrap/ob_python.i (limited to 'wrap/ob_python.i') diff --git a/wrap/ob_python.i b/wrap/ob_python.i new file mode 100644 index 00000000..e5c54301 --- /dev/null +++ b/wrap/ob_python.i @@ -0,0 +1,18 @@ +// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*- + +%module ob_python + +%{ +#include "config.h" +#include "python.hh" +%} + +namespace ob { + +%ignore python_init(char*); +%ignore python_destroy(); +%ignore python_exec(const std::string &); + +} + +%include "python.hh" -- cgit v1.2.3