|
ELinks 0.19.1
|

Macros | |
| #define | PY_SSIZE_T_MAX INT_MAX |
| #define | PY_SSIZE_T_MIN INT_MIN |
| #define | PYTHON_DOCSTRING(str) |
Typedefs | |
| typedef int | Py_ssize_t |
Enumerations | |
| enum | python_menu_type { PYTHON_MENU_DEFAULT , PYTHON_MENU_LINK , PYTHON_MENU_TAB , PYTHON_MENU_MAX } |
Functions | |
| void | alert_python_error (void) |
| void | init_python (struct module *module) |
| void | cleanup_python (struct module *module) |
| int | add_python_methods (PyObject *dict, PyObject *name, PyMethodDef *methods) |
Variables | |
| struct session * | python_ses |
| PyObject * | python_elinks_err |
| #define PY_SSIZE_T_MAX INT_MAX |
| #define PY_SSIZE_T_MIN INT_MIN |
| #define PYTHON_DOCSTRING | ( | str | ) |
| typedef int Py_ssize_t |
| enum python_menu_type |
| int add_python_methods | ( | PyObject * | dict, |
| PyObject * | name, | ||
| PyMethodDef * | methods ) |
| void alert_python_error | ( | void | ) |
| void cleanup_python | ( | struct module * | module | ) |
| void init_python | ( | struct module * | module | ) |
|
extern |
|
extern |