syslog-ng source
python-main.h File Reference
#include "python-config.h"
Include dependency graph for python-main.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gboolean _py_init_main_module_for_config (PythonConfig *pc)
 
void _py_switch_to_config_main_module (PythonConfig *pc)
 
PythonConfig_py_get_config_from_main_module (void)
 
PyObject * _py_get_main_module (PythonConfig *pc)
 

Function Documentation

◆ _py_get_config_from_main_module()

PythonConfig* _py_get_config_from_main_module ( void  )

◆ _py_get_main_module()

PyObject* _py_get_main_module ( PythonConfig pc)

◆ _py_init_main_module_for_config()

gboolean _py_init_main_module_for_config ( PythonConfig pc)

◆ _py_switch_to_config_main_module()

void _py_switch_to_config_main_module ( PythonConfig pc)