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

Go to the source code of this file.

Classes

struct  PythonBinding
 

Functions

void python_binding_set_loaders (PythonBinding *self, GList *loaders)
 
void python_binding_set_class (PythonBinding *self, gchar *class)
 
gboolean python_binding_init (PythonBinding *self, GlobalConfig *cfg, const gchar *desc)
 
void python_binding_deinit (PythonBinding *self)
 
void python_binding_clone (PythonBinding *self, PythonBinding *cloned)
 
void python_binding_init_instance (PythonBinding *self)
 
void python_binding_clear (PythonBinding *self)
 

Function Documentation

◆ python_binding_clear()

void python_binding_clear ( PythonBinding self)

◆ python_binding_clone()

void python_binding_clone ( PythonBinding self,
PythonBinding cloned 
)

◆ python_binding_deinit()

void python_binding_deinit ( PythonBinding self)

◆ python_binding_init()

gboolean python_binding_init ( PythonBinding self,
GlobalConfig *  cfg,
const gchar *  desc 
)

◆ python_binding_init_instance()

void python_binding_init_instance ( PythonBinding self)

◆ python_binding_set_class()

void python_binding_set_class ( PythonBinding self,
gchar *  class 
)

◆ python_binding_set_loaders()

void python_binding_set_loaders ( PythonBinding self,
GList *  loaders 
)