summaryrefslogtreecommitdiff
path: root/source3/python/py_spoolss_forms.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-09Pass level keyword down to cli_spoolss_getform()Tim Potter1-1/+1
2002-05-27Fixed dodgy arguments to PyArg_ParseTupleAndKeywords()Tim Potter1-1/+1
2002-05-17addform(), setform():Tim Potter1-26/+44
2002-05-16Return enumerated forms as a hash of hashes instead of a list of hashes.Tim Potter1-8/+19
2002-05-16More cleanups.Tim Potter1-4/+5
2002-05-15Renamed functions that are methods of a printer handle object fromTim Potter1-5/+5
2002-05-06Removed unused arg to deleteform.Tim Potter1-2/+1
2002-04-09Fixed setform and addform functions.Tim Potter1-21/+17
2002-04-05Converted drivers, forms and ports functions to use new conversion routinesTim Potter1-38/+16
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-7/+7
2002-03-27Converted to #include *.c format.Tim Potter1-13/+11
2002-03-26#include "py_conv.h"Tim Potter1-0/+2
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter1-37/+17
2002-03-20Initial version.Tim Potter1-0/+283