![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Some declarations used internaly only. More...
Go to the source code of this file.
Data Structures | |
| struct | caps_ppd_options_table |
| Manage the content of a PPD file. More... | |
| struct | caps_printing_device_info |
| Manage PPD information. More... | |
Macros | |
| #define | DSO_VISIBLE |
| #define | ARRAY_SIZE(x) (sizeof(x)/sizeof(x[0])) |
| #define | PPD_MAJOR_FORMAT 4 |
| #define | PPD_MINOR_FORMAT 3 |
| #define | caps_print_debug(fmt, ...) |
| #define | _(string) (string) |
| National Language Support related. | |
| #define | NLS_(string) (string) |
| National Language Support related. | |
| #define DSO_VISIBLE |
| #define ARRAY_SIZE | ( | x | ) | (sizeof(x)/sizeof(x[0])) |
always useful
| #define PPD_MAJOR_FORMAT 4 |
we try to be conform to PPD specification 4.3
| #define PPD_MINOR_FORMAT 3 |
| #define caps_print_debug | ( | fmt, | |
| ... | |||
| ) |
| #define _ | ( | string | ) | (string) |
| #define NLS_ | ( | string | ) | (string) |