[Previous] [Contents] [Next]

my_endpage()

a function called at the end of each page

Synopsis:

int my_endpage( struct _doc_ctrl *c );

Description:

This function is called the the end of a page in a document. It should:

The default version of this function does nothing.

Returns:

0
Success.
Any other value
An error occurred.

Classification:

Photon

Safety:
Interrupt handler Not applicable
Signal handler Not applicable
Thread Not applicable

[Previous] [Contents] [Next]