Interface Libraries libpapi(3LIB)
NAME
libpapi - Free Standards Group Open Printing API (PAPI)
library functionsSYNOPSIS
cc [ flag... ] file... -lpapi [ library... ]
#include
DESCRIPTION
Functions in this library provide an interface for interac-
tion with print services as described in v1.0 of the Free Standards Group (FSG) Open Printing API (PAPI). This particular implementation of the PAPI includes naming support as described in the printers.conf(4) and printers(4) manual pages. It also supplies support for interaction withlocal LP services, remote LPD services, and remote IPP ser-
vices through the use of loadable modules that export the same interface. These modules should not be linked with directly, but can be used directly at runtime through theuse of LD_PRELOAD for debugging purposes.
INTERFACESThe shared object libpapi.so.0 provides the public inter-
faces defined below. See Intro(3) for additional informa-
tion on shared object interfaces. Attribute papiAttributeListAddBoolean papiAttributeListAddCollection papiAttributeListAddDatetime papiAttributeListAddInteger papiAttributeListAddMetadata papiAttributeListAddRange papiAttributeListAddResolution papiAttributeListAddString papiAttributeListAddValue papiAttributeListDelete papiAttributeListFind papiAttributeListFree papiAttributeListFromString papiAttributeListGetBoolean papiAttributeListGetCollection papiAttributeListGetDatetime papiAttributeListGetInteger papiAttributeListGetMetadata papiAttributeListGetNext papiAttributeListGetRange papiAttributeListGetResolution papiAttributeListGetString papiAttributeListGetValue papiAttributeListToString Service papiServiceCreate papiServiceDestroy papiServiceGetAppData papiServiceGetAttributeList papiServiceGetEncryption papiServiceGetPassword papiServiceGetServiceName papiServiceGetStatusMessage papiServiceGetUserName papiServiceSetAppData papiServiceSetAuthCB papiServiceSetEncryption papiServiceSetPassword papiServiceSetUserNameSunOS 5.11 Last change: 18 Dec 2006 1
Interface Libraries libpapi(3LIB)
Printer papiPrinterAdd papiPrinterDisable papiPrinterEnable papiPrinterFree papiPrinterGetAttributeList papiPrinterListFree papiPrinterListJobs papiPrinterModify papiPrinterPause papiPrinterPurgeJobs papiPrinterQuery papiPrinterRemove papiPrinterResume papiPrintersList Job papiJobCancel papiJobFree papiJobGetAttributeList papiJobGetId papiJobGetJobTicket papiJobGetPrinterName papiJobHold papiJobListFree papiJobModify papiJobMove papiJobPromote papiJobQuery papiJobRelease papiJobRestart papiJobStreamClose papiJobStreamOpen papiJobStreamWrite papiJobSubmit papiJobSubmitByReference papiJobValidate Miscellaneous papiLibrarySupportedCall papiLibrarySupportedCalls papiStatusString FILES/usr/lib/libpapi.so.0
shared object/usr/lib/libpapi-common.so.0
private shared code/usr/lib/print/psm-lpd.so
private rfc1179 support/usr/lib/print/psm-lpsched.so
private LP support/usr/lib/print/psm-ipp.so
private IPP supportSunOS 5.11 Last change: 18 Dec 2006 2
Interface Libraries libpapi(3LIB)
/usr/lib/libipp-core.so
private IPP marshalling support/usr/lib/libipp-listener.so
private IPP operations support/usr/lip/libhttp-core.so
private HTTP supportATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | library/print/open-printing |
|_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Safe |
|_____________________________|_____________________________|
SEE ALSO
Intro(3), printers(4), printers.conf(4), attributes(5)SunOS 5.11 Last change: 18 Dec 2006 3