CAPS Universe documentation  1.0.4
All you need to know to be successful
Functions
libcapssystemintegration.h File Reference

A library to retrieve the printer device specific "CAPS Printer Device Parameter Directory". More...

Go to the source code of this file.

Functions

struct caps_si_handlecaps_si_create (void)
 
void caps_si_destroy (struct caps_si_handle *h)
 
int caps_si_char_device_node_check (struct caps_si_handle *h, const char *f)
 
char * caps_si_dir_from_node_retrieve (struct caps_si_handle *h, const char *f)
 
char * caps_si_dir_from_name_retrieve (struct caps_si_handle *h, const char *n)
 
int caps_si_error_messages_catch (struct caps_si_handle *h, char **ptr, size_t *size)
 
void caps_si_error_messages_reset (struct caps_si_handle *h)
 

Detailed Description

Author
Jürgen Borleis
Warning
Use as experimental

Get the corresponding CAPS Printer Device Parameter Directory for a specific printer device. Intended to change/add device specific settings in the files in these directories on a per device base. This library should hide the implementation details of the printer device database for applications.