all repos — openbox @ c217a730901137252cde2d3a39b59c4ebd53e879

openbox fork - make it a bit more like ryudo

wrap/ob_python.i (raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"