1
0
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:
Tim Potter
-
parent a8fcb151f8
commit e4cc7e2d52
3 changed files with 13 additions and 2 deletions

View File

@ -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,