#include "ekg2-config.h"#include "python.h"#include <sys/types.h>#include <stdlib.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <string.h>#include <Python.h>#include <ekg/debug.h>#include <ekg/commands.h>#include <ekg/dynstuff.h>#include <ekg/plugins.h>#include <ekg/protocol.h>#include <ekg/stuff.h>#include <ekg/themes.h>#include <ekg/userlist.h>#include <ekg/vars.h>#include <ekg/xmalloc.h>#include "python-config.h"Funkcje | |
| void | ekg_config_dealloc (PyObject *o) |
| int | ekg_config_len (ekg_configObj *self) |
| PyObject * | ekg_config_get (ekg_configObj *self, PyObject *key) |
| PyObject * | ekg_config_set (ekg_configObj *self, PyObject *key, PyObject *value) |
| void ekg_config_dealloc | ( | PyObject * | o | ) |
deallocation of config object
| PyObject* ekg_config_get | ( | ekg_configObj * | self, | |
| PyObject * | key | |||
| ) |
return config option with given name
| int ekg_config_len | ( | ekg_configObj * | self | ) |
return length of config object sequence
| PyObject* ekg_config_set | ( | ekg_configObj * | self, | |
| PyObject * | key, | |||
| PyObject * | value | |||
| ) |
set configuration option
1.7.1