summaryrefslogtreecommitdiffstats
path: root/source/python/py_spoolss_forms.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for #480. Change the interface for init_unistr2 to not take a lengthJeremy Allison2003-09-251-1/+1
* Pass level keyword down to cli_spoolss_getform()Tim Potter2002-09-091-1/+1
* Fixed dodgy arguments to PyArg_ParseTupleAndKeywords()Tim Potter2002-05-271-1/+1
* addform(), setform():Tim Potter2002-05-171-26/+44
* Return enumerated forms as a hash of hashes instead of a list of hashes.Tim Potter2002-05-161-8/+19
* More cleanups.Tim Potter2002-05-161-4/+5
* Renamed functions that are methods of a printer handle object fromTim Potter2002-05-151-5/+5
* Removed unused arg to deleteform.Tim Potter2002-05-061-2/+1
* Fixed setform and addform functions.Tim Potter2002-04-091-21/+17
* Converted drivers, forms and ports functions to use new conversion routinesTim Potter2002-04-051-38/+16
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-7/+7
* Converted to #include *.c format.Tim Potter2002-03-271-13/+11
* #include "py_conv.h"Tim Potter2002-03-261-0/+2
* Moved form related functions as methods in the policy handle object.Tim Potter2002-03-261-37/+17
* Initial version.Tim Potter2002-03-201-0/+283