1// Generated by project.py -- Do not edit
2
3PyObject *version();
4%Docstring
5The version of the popplerqt5 python module.
6%End
7
8PyObject *poppler_version();
9%Docstring
10The version of the Poppler library it was built with.
11%End
12
13%ModuleCode
14
15PyObject *version()
16{{ return Py_BuildValue("({vlen})", {vargs}); }};
17
18PyObject *poppler_version()
19{{ return Py_BuildValue("({pvlen})", {pvargs}); }};
20
21%End
22