background image
Functional specification
47
CDE/Motif PST
CDEnext
SYNOPSIS
#include <X11/extensions/Print.h>
void XpRehashPrinterList (
Display
*display
)
ARGUMENTS
display
Specifies a pointer to the print
Display
structure; returned from
XOpenDisplay
.
RETURN VALUE
None.
DESCRIPTION
XpRehashPrinterList
causes the X-Server to recompute (update) its list of available printers, and
update the attributes for the printers. The intended usage of this routine is in a special tool that a system
administrator can run after changing the printer topology. General applications are encouraged to use this
call sparingly if at all, and let the system administrator control printer topology updates.
Depending on the print facilities underlying the X-Server, the X-Server may be able to detect changes in
the printer topology and dynamically update to reflect the changes, or may not be able to detect the
changes and will have to be notified via
XpRehashPrinterList
.
In-progress print contexts will not be affected by
XpRehashPrinterList
as long as their printer
destination remains valid.
ERRORS/WARNINGS
None.
SEE ALSO
XpGetPrinterList
2.21
XpQueryVersion
2.21.1
Short Description
Query an X-Server to determine if it supports the X Print Service Extension, and if it does, which version of the
X Print Service Extension.
2.21.2
Long Description
NAME
XpQueryVersion - query an X-Server to determine if it supports the X Print Service Extension