ELinks 0.18.0
document.h File Reference
#include <Python.h>
Include dependency graph for document.h:
This graph shows which files directly or indirectly include this file:

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 []

Function Documentation

◆ python_current_document()

PyObject * python_current_document ( PyObject * self,
PyObject * args )

◆ python_current_header()

PyObject * python_current_header ( PyObject * self,
PyObject * args )

◆ python_current_link_url()

PyObject * python_current_link_url ( PyObject * self,
PyObject * args )

◆ python_current_title()

PyObject * python_current_title ( PyObject * self,
PyObject * args )

◆ python_current_url()

PyObject * python_current_url ( PyObject * self,
PyObject * args )

Variable Documentation

◆ python_current_document_doc

char python_current_document_doc[]
extern

◆ python_current_header_doc

char python_current_header_doc[]
extern

◆ python_current_link_url_doc

char python_current_link_url_doc[]
extern

◆ python_current_title_doc

char python_current_title_doc[]
extern

◆ python_current_url_doc

char python_current_url_doc[]
extern