XPRINT FUNCTIONS XpEndPage(3Xp)
NAME
XpEndPage - Indicates the end of a print page.
SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
cc [ flag... ] file... -lXp [ library... ]
#include
void XpEndPage ( display )
Display *display;DESCRIPTION
XpEndPage signals the end of a print page, and causes window
to be unmapped. All resulting page data is assembled and combined with data previously sent by XpPutDocumentData. Nogeneration of document data will occur for rendering opera-
tions to the corresponding windows after XpEndPage is
called. For clients selecting XPPrintMask (see XpSelectInput), the event XPPrintNotify is generated with its detail field set to XPEndPageNotify when the X Print Server has completedXpEndPage.
ARGUMENTS display Specifies a pointer to the Display structure; returned from XOpenDisplay. DIAGNOSTICS XPBadSequence The function was not called in the properorder with respect to the other X Print Ser-
vice Extension calls; for example, XpStart-
Page was called before XpStartJob or was called for a type XPDocRaw document.SEE ALSO
XpPutDocumentData.(3Xp), XpSelectInput(3Xp), XpStartPage(3Xp)ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes: X Version 11 Last change: libXp 1.0.0 1XPRINT FUNCTIONS XpEndPage(3Xp)
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | x11/library/libxp ||_____________________________|_____________________________|
| Interface Stability | Committed ||_____________________________|_____________________________|
| MT-Level | See XInitThreads(3X11) |
|_____________________________|_____________________________|
X Version 11 Last change: libXp 1.0.0 2