ekg2  GIT master
Funkcje
Dokumentacja pliku python-config.c
#include "ekg2.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 "python-config.h"
Wykres zależności załączania dla python-config.c:

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)
 

Dokumentacja funkcji

◆ ekg_config_dealloc()

void ekg_config_dealloc ( PyObject *  o)

ekg_config_dealloc()

deallocation of config object

◆ ekg_config_get()

PyObject* ekg_config_get ( ekg_configObj self,
PyObject *  key 
)

ekg_config_get()

return config option with given name

◆ ekg_config_len()

int ekg_config_len ( ekg_configObj self)

ekg_config_len()

return length of config object sequence

◆ ekg_config_set()

PyObject* ekg_config_set ( ekg_configObj self,
PyObject *  key,
PyObject *  value 
)

ekg_config_set()

set configuration option