#include "python-module.h"#include "python-helpers.h"#include "python-types.h"#include "cfg-block-generator.h"#include "cfg-lexer.h"#include "cfg.h"
Classes | |
| struct | PythonConfigGenerator |
Functions | |
| CfgBlockGenerator * | python_config_generator_new (gint context, const gchar *name, PyObject *py_generator_function) |
| void | python_confgen_register (gint context, const gchar *name, PyObject *py_generator_function) |
| void | py_init_confgen (void) |
| void py_init_confgen | ( | void | ) |
| void python_confgen_register | ( | gint | context, |
| const gchar * | name, | ||
| PyObject * | py_generator_function | ||
| ) |
| CfgBlockGenerator* python_config_generator_new | ( | gint | context, |
| const gchar * | name, | ||
| PyObject * | py_generator_function | ||
| ) |