XpCreateContext



XpCreateContext

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
DIAGNOSTICS
SEE ALSO

NAME

XpCreateContext − Creates and initializes a new print context.

SYNOPSIS

cc [ flag... ] file... -lXp [ library... ]

#include <X11/extensions/Print.h>

XPContext XpCreateContext ( display, printer_name )
Display *display;
char *printer_name;

ARGUMENTS

display

Specifies a pointer to the Display structure; returned from XOpenDisplay.

printer_name

The name of a printer on display. String encoded as COMPOUND_TEXT.

DESCRIPTION

XpCreateContext creates a new print context that is initialized with the default printer attributes and other information available for printer_name on display. A print context maintains the printer name, print attributes, font capabilities, print (rendering) state and results, and is the object upon which the Xp calls act.

If the library fails to generate a new print context-id, a value of None is returned, otherwise a print context-id is always returned. If printer_name is invalid, a BadMatch is generated later by the X Print Server.

A call to XpGetPrinterList will return a valid list of values for printer_name. All printer name values in the X Print Service are encoded as COMPOUND_TEXT (of which the ISO-8859-1 code-set is a proper subset).

As soon as a print context is created, the print attributes in it can be accessed and modified by calling XpGetAttributes and XpSetAttributes, and the event selections in it can be modified by calling XpSelectInput and XpInputSelected. Other Xp calls that explicitly take a print context-id as a parameter will operate directly on that print context. All Xp and X calls without a print context-id parameter (for example, all rendering oriented calls like XpStartJob and XDrawLine) require that a print context be set on the display connection (see XpSetContext). Failure to set a print context prior to calling a print-context-dependent call will result in the generation of an XPBadContext error.

The XPContext returned by XpCreateContext is an XID, and can be used to set the print context on display connections by calling XpSetContext. The XPContext id can be shared between processes and display connections. It is the responsibility of the clients sharing a print context to coordinate their usage of the context; for example they must ensure that in-use print contexts are not prematurely destroyed.

The context_id remains valid for all clients until 1) the client creating the print context closes its display connection, or 2) any client calls XpDestroyContext. The context_id can be kept valid after the creating client’s display connection closes if XSetCloseDownMode is called on display with RetainPermanent or RetainTemporary.

After creating a print context, and possibly modifying the XPDocAttr attribute document-format using a value from the list of available formats shown in the XPPrinterAttr attribute document-formats-supported, the application must query the X Print Server via XpGetScreenOfContext for the screen that has been associated with the print context, and then create all server resources that will be used in the print job on that screen. Failure to do so will result in undefined behavior.

When XpCreateContext is called, the client’s locale (see XpSetLocaleHinter) is included in the request as a "hint" to the X Print Server. If supported by the implementation, the X Print Server will use the hint to initialize the attribute pools with any localized attribute values (for example, the human readable XPPrinterAttr attribute "descriptor" may be available in several different languages, and the hint will be used to select one). If the X Print Server cannot understand the hint, the X Print Server chooses a default value.

This function can generate a BadMatch error if the specified printer_name does not exist on display, or if the print server could not interpret the code set specified in printer_name.

DIAGNOSTICS

BadMatch

The value specified for doc_fmt is not valid for the current document type or the value specified for drawable is not valid for the print context and print screen.

SEE ALSO

XpDestroyContext(3Xp), XpGetAttributes(3Xp), XpGetPrinterList(3Xp), XpGetScreenOfContext(3Xp), XpInputSelected(3Xp), XpSelectInput(3Xp), XpSetAttributes(3Xp), XpSetContext(3Xp), XpSetLocaleHinter(3Xp), XpStartJob(3Xp)



More Linux Commands

manpages/cjpeg.1.html
cjpeg(1) - compress an image file to a JPEG file (Man Page)
cjpeg compresses the named image file, or the standard input if no file is named, and produces a JPEG/JFIF file on the standard output. The currently supported

manpages/Tcl_GetIndexFromObjStruct.3.html
Tcl_GetIndexFromObjStruct(3) - lookup string in table of key
This procedure provides an efficient way for looking up keywords, switch names, option names, and similar things where the value of an object must be one of a p

manpages/gnutls_handshake_set_private_extensions.3.html
gnutls_handshake_set_private_extensions(3) - API function...
This function will enable or disable the use of private cipher suites (the ones that start with 0xFF). By default or if allow is 0 then these cipher suites will

manpages/XClassHint.3.html
XClassHint(3) - allocate class hints structure and set or re
The XAllocClassHint function allocates and returns a pointer to a XClassHint structure. Note that the pointer fields in the XClassHint structure are initially s

manpages/pom_xpath_replace.7.html
pom_xpath_replace(7) replace XML node from POM file with giv
This macro patches specified POM file removing all XML nodes described by the XPath expression and injecting given XML code in their place. XPath is an expressi

manpages/gnutls_pkcs7_export.3.html
gnutls_pkcs7_export(3) - API function - Linux manual page...
This function will export the pkcs7 structure to DER or PEM format. If the buffer provided is not long enough to hold the output, then *output_data_size is upda

manpages/XMoveWindow.3.html
XMoveWindow(3) - configure windows and window changes struct
The XConfigureWindow function uses the values specified in the XWindowChanges structure to reconfigure a windows size, position, border, and stacking order. Val

manpages/sftp-server.8.html
sftp-server(8) - SFTP server subsystem - Linux manual page
sftp-server is a program that speaks the server side of SFTP protocol to stdout and expects client requests from stdin. sftp-server is not intended to be called

manpages/vdltodmx.1.html
vdltodmx(1) - dmx configuration file parser and printer.....
vdltodmx reads the input file, which should be in VDL configuration file format. After a successful parse, a file in Xdmx configuration file format is written t

manpages/Tcl_PutEnv.3.html
Tcl_PutEnv(3) - procedures to manipulate the environment....
Tcl_PutEnv sets an environment variable. The information is passed in a single string of the form NAME=value. This procedure is intended to be a stand-in for th

manpages/lookbib.1.html
lookbib(1) - search bibliographic databases - Linux man page
lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line containing a set of keywords,

manpages/getnetbyname.3.html
getnetbyname(3) - get network entry - Linux manual page.....
The getnetent() function reads the next entry from the networks database and returns a netent structure containing the broken-out fields from the entry. A conne





We can't live, work or learn in freedom unless the software we use is free.