XPRINT FUNCTIONS XpGetContext(3Xp)
NAME
XpGetContext - Gets the current print context-id for a
display connection.SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
cc [ flag... ] file... -lXp [ library... ]
#include
XPContext XpGetContext ( display )
Display *display; ARGUMENTS display Specifies a pointer to the Display structure; returned from XOpenDisplay.DESCRIPTION
XpGetContext returns the id of the current print context
associated with display. If a print context has not been set, a value of None is returned.ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| 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 1