August 2001
Intermediate to advanced
648 pages
11h 18m
English
This appendix provides a detailed description of all the data structures provided by the CUPS software. Please refer to Appendices B and C for a description of the constants used in these data structures.
The CUPS API uses the following structures for basic printing services.
cups_dest_tThe cups_dest_t structure describes a single printer or instance and the associated options.
typedef struct /**** Destination ****/{ char *name, /* Printer or class name */ *instance; /* Local instance name or NULL */ int is_default; /* Is this printer the default? */ int num_options; /* Number of options */ ...
Read now
Unlock full access