]> icculus.org git repositories - dana/openbox.git/blob - wrap/ob_python.i
split the ob module into separate .i's
[dana/openbox.git] / wrap / ob_python.i
1 // -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
2
3 %module ob_python
4
5 %{
6 #include "config.h"
7 #include "python.hh"
8 %}
9
10 namespace ob {
11
12 %ignore python_init(char*);
13 %ignore python_destroy();
14 %ignore python_exec(const std::string &);
15
16 }
17
18 %include "python.hh"