Query: libpapi
OS: opensolaris
Section: 3lib
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
libpapi(3LIB) Interface Libraries libpapi(3LIB)NAMElibpapi - Free Standards Group Open Printing API (PAPI) library functionsSYNOPSIScc [ flag... ] file... -lpapi [ library... ] #include <papi.h>DESCRIPTIONFunctions in this library provide an interface for interaction 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 with local LP services, remote LPD services, and remote IPP services through the use of loadable mod- ules that export the same interface. These modules should not be linked with directly, but can be used directly at runtime through the use of LD_PRELOAD for debugging purposes.INTERFACESThe shared object libpapi.so.0 provides the public interfaces defined below. See Intro(3) for additional information 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 papiServiceSetUserName 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 papiStatusStringFILES/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 support /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 supportATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWpapi | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOIntro(3), printers(4), printers.conf(4), attributes(5) SunOS 5.11 18 Dec 2006 libpapi(3LIB)