|
ELinks 0.19.1
|
#include "scripting/python/pythoninc.h"#include "elinks.h"#include "cache/cache.h"#include "document/document.h"#include "document/view.h"#include "scripting/python/core.h"#include "scripting/python/document.h"#include "session/session.h"
Functions | |
| PyObject * | python_current_document (PyObject *self, PyObject *args) |
| PyObject * | python_current_header (PyObject *self, PyObject *args) |
| PyObject * | python_current_link_url (PyObject *self, PyObject *args) |
| PyObject * | python_current_title (PyObject *self, PyObject *args) |
| PyObject * | python_current_url (PyObject *self, PyObject *args) |
Variables | |
| char | python_current_document_doc [] |
| char | python_current_header_doc [] |
| char | python_current_link_url_doc [] |
| char | python_current_title_doc [] |
| char | python_current_url_doc [] |
| PyObject * python_current_document | ( | PyObject * | self, |
| PyObject * | args ) |
| PyObject * python_current_header | ( | PyObject * | self, |
| PyObject * | args ) |
| PyObject * python_current_link_url | ( | PyObject * | self, |
| PyObject * | args ) |
| PyObject * python_current_title | ( | PyObject * | self, |
| PyObject * | args ) |
| PyObject * python_current_url | ( | PyObject * | self, |
| PyObject * | args ) |
| char python_current_document_doc[] |
| char python_current_header_doc[] |
| char python_current_link_url_doc[] |
| char python_current_title_doc[] |
| char python_current_url_doc[] |