This chapter describes how to write programs that use libgimpprint.
To use libgimpprint with a program, several steps must be taken:
Include the master libgimpprint header:
Call stp_init.
Link with the libgimpprint library.
The following is a short example program. It does not do anything useful, but it does everything required to link with libgimpprint and call other functions from libgimpprint.