syslog-ng source
python-logtemplate-options.h File Reference
#include "python-module.h"
#include "template/templates.h"
Include dependency graph for python-logtemplate-options.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PyLogTemplateOptions
 

Functions

int py_is_log_template_options (PyObject *obj)
 
PyObject * py_log_template_options_new (LogTemplateOptions *template_options, GlobalConfig *cfg)
 
void py_log_template_options_global_init (void)
 

Variables

PyTypeObject py_log_template_options_type
 

Function Documentation

◆ py_is_log_template_options()

int py_is_log_template_options ( PyObject *  obj)

◆ py_log_template_options_global_init()

void py_log_template_options_global_init ( void  )

◆ py_log_template_options_new()

PyObject* py_log_template_options_new ( LogTemplateOptions *  template_options,
GlobalConfig *  cfg 
)

Variable Documentation

◆ py_log_template_options_type

PyTypeObject py_log_template_options_type
extern