Home
last modified time | relevance | path

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

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.h32 extern PyTypeObject cups_DestType;
H A Dcupsmodule.c470 if (Py_TYPE(destobj) != &cups_DestType) { in cups_connectDest()
832 cups_DestType.tp_new = PyType_GenericNew; in PyInit_cups()
833 if (PyType_Ready (&cups_DestType) < 0) in PyInit_cups()
837 (PyObject *)&cups_DestType); in PyInit_cups()
H A Dcupsconnection.c536 Dest *destobj = (Dest *) PyType_GenericNew (&cups_DestType, in Connection_getDests()
585 destobj = (Dest *) PyType_GenericNew (&cups_DestType, in cups_dest_cb()
5662 PyTypeObject cups_DestType = variable