syslog-ng source
python-confgen.c File Reference
#include "python-module.h"
#include "python-helpers.h"
#include "python-types.h"
#include "cfg-block-generator.h"
#include "cfg-lexer.h"
#include "cfg.h"
Include dependency graph for python-confgen.c:

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)
 

Function Documentation

◆ py_init_confgen()

void py_init_confgen ( void  )

◆ python_confgen_register()

void python_confgen_register ( gint  context,
const gchar *  name,
PyObject *  py_generator_function 
)

◆ python_config_generator_new()

CfgBlockGenerator* python_config_generator_new ( gint  context,
const gchar *  name,
PyObject *  py_generator_function 
)