Home
last modified time | relevance | path

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

/dports/print/py-pycups/pycups-2.0.1/
H A Dcupsconnection.c2181 PyObject *job_hold_until_obj; in Connection_setJobHoldUntil() local
2186 if (!PyArg_ParseTuple (args, "iO", &job_id, &job_hold_until_obj)) in Connection_setJobHoldUntil()
2189 if (UTF8_from_PyObj (&job_hold_until, job_hold_until_obj) == NULL) in Connection_setJobHoldUntil()