[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4. Functions
This section of the manual is a complete reference to all of the functions comprising libgimpprint, with examples.
All of the libgimpprint functions can be declared by including the master libgimpprint header, ‘<gimp-print/gimp-print.h>’. This should be done in every source file that uses gimpprint functions by putting
#include <gimp-print/gimp-print.h> |
at the top of each file.
4.1 Main functions | Essential functions every program must call. | |
4.2 stp_vars_t functions | Using stp_vars_t. | |
4.3 Dither functions | Dither algorithms. | |
4.4 Options functions | Options. | |
4.5 Paper functions | Paper size and orientation. | |
4.6 Printer functions | Printer selection. | |
4.7 Settings functions | Getting and changing settings. | |
4.8 Version functions | Getting libgimpprint version information. |