mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
Added addjob command.
This commit is contained in:
@ -144,10 +144,10 @@ Example:
|
||||
|
||||
Example:
|
||||
|
||||
>>> spoolss.set_debuglevel(10)"
|
||||
>>> spoolss.set_debuglevel(10)" },
|
||||
|
||||
/* Printer driver routines */
|
||||
|
||||
|
||||
{ "addprinterdriver", (PyCFunction)spoolss_addprinterdriver,
|
||||
METH_VARARGS | METH_KEYWORDS,
|
||||
"Add a printer driver." },
|
||||
@ -259,6 +259,10 @@ Set the form given by the dictionary argument."},
|
||||
METH_VARARGS | METH_KEYWORDS,
|
||||
"Write job data to a printer." },
|
||||
|
||||
{ "addjob", (PyCFunction)spoolss_hnd_addjob,
|
||||
METH_VARARGS | METH_KEYWORDS,
|
||||
"Add a job to the list of print jobs." },
|
||||
|
||||
/* Printer data */
|
||||
|
||||
{ "getprinterdata", (PyCFunction)spoolss_hnd_getprinterdata,
|
||||
|
Reference in New Issue
Block a user