[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
<gimp-print/gimp-print.h>.
stp_init()
.
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.
#include <gimp-print/gimp-print.h> int main (int argc, char *argv[]) { stp_init (); return (0); } |