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
XpFreePrinterList
Section: XPRINT FUNCTIONS (3Xp) Updated: libXp 1.0.3 Index
Return to Main Contents
NAME
XpFreePrinterList - Frees a list of printer records.
SYNOPSIS
cc [ flag... ] file... -lXp [ library... ]
#include < X11/extensions/Print.h>
void XpFreePrinterList
(
printer_list
)
XPPrinterList printer_list;
ARGUMENTS
- printer_list
-
A list of printer records returned by XpGetPrinterList.
DESCRIPTION
XpFreePrinterList
frees the list of printer records returned by
XpGetPrinterList.
SEE ALSO
XpGetPrinterList(3Xp)
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
|