]> Dogcows Code - chaz/openbox/blob - wrap/ob_python.i
e5c54301b53a15cb3a27ce44c13ed40055d273fd
[chaz/openbox] / 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"
This page took 0.034604 seconds and 4 git commands to generate.