![]() |
CAPS Universe documentation
1.0.4
All you need to know to be successful
|
Some printer device product specific information to be used inside the PPD. More...
Data Fields | |
| const char * | manufacturer |
| const char * | product |
| const char * | model |
| const char * | nick |
| const char * | short_nick |
Used to create the PPD entries for *Manufacturer, *Product, *ShortNickName, *ModelNameand *NickName.
| const char* manufacturer |
Definition for the *Manufacturer PPD entry
| const char* product |
Definition for the *Product PPD entry
| const char* model |
Definition for the *ModelName PPD entry, UTF-8
| const char* nick |
Definition for the *NickName PPD entry, UTF-8. If NULL, caps_ppd_device_info::model is used instead
| const char* short_nick |
Definition for the *ShortNickName` PPD entry, UTF-8. If NULL, caps_ppd_device_info::nick is used instead