Home
last modified time | relevance | path

Searched refs:cups_ConnectionType (Results 1 – 3 of 3) sorted by relevance

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.h31 extern PyTypeObject cups_ConnectionType;
H A Dcupsmodule.c520 connobj = (Connection *) PyType_GenericNew (&cups_ConnectionType, in cups_connectDest()
784 cups_ConnectionType.tp_new = PyType_GenericNew; in PyInit_cups()
785 if (PyType_Ready (&cups_ConnectionType) < 0) in PyInit_cups()
789 (PyObject *)&cups_ConnectionType); in PyInit_cups()
H A Dcupsconnection.c5497 PyTypeObject cups_ConnectionType = variable