from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XpGetContext
Section: XPRINT FUNCTIONS (3Xp) Updated: libXp 1.0.3 Index
Return to Main Contents
NAME
XpGetContext - Gets the current print context-id for a display connection.
SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
#include < X11/extensions/Print.h>
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
|