Core: the idl parser now properly insert the flags in the ast.
[fail.git] / python / genericpointertable.cpp
blobce61f9924c2c002bcb38c2552ff21bc374eff3d3
1 #include <Python.h>
2 #include "core/core.h"
3 #include "genericpointertable.h"
5 using namespace awful;
6 using namespace awful::PythonImpl;
8 GenericPointerTable::conv_topython_map
9 GenericPointerTable::PointerToPythonConverters;
11 GenericPointerTable::conv_frompython_map
12 GenericPointerTable::PointerFromPythonConverters;