summaryrefslogtreecommitdiffstats
path: root/source/python/py_spoolss.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/python/py_spoolss.c')
-rw-r--r--source/python/py_spoolss.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/python/py_spoolss.c b/source/python/py_spoolss.c
index 323b3c3b6fe..a8372fd2134 100644
--- a/source/python/py_spoolss.c
+++ b/source/python/py_spoolss.c
@@ -205,6 +205,14 @@ Set the form given by the dictionary argument.
METH_VARARGS | METH_KEYWORDS,
"Notify spooler that a page is about to be printed." },
+ { "startdocprinter", spoolss_startdocprinter,
+ METH_VARARGS | METH_KEYWORDS,
+ "Notify spooler that a document is about to be printed." },
+
+ { "enddocprinter", spoolss_enddocprinter,
+ METH_VARARGS | METH_KEYWORDS,
+ "Notify spooler that a document is about to be printed." },
+
{ NULL }
};