All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

uninstall-postscript-printer

Function
Summary

Uninstalls a Postscript printer definition.

Package

capi

Signature

uninstall-postscript-printer name &key if-does-not-exist deletep

Arguments

name

A string.

if-does-not-exist

One of nil or :error.

deletep

A boolean.

Description

Uninstalls a PostScript printer definition for the given device name .

This applies only on GTK+ and Motif.

if-does-not-exist controls what happens if the named printer does not exist. The default value is :error.

deletep , if true, causes the printer to be removed for subsequent sessions as well as the current session, by deleting the file on the disk. The default value of deletep is nil.

See also

install-postscript-printer
Printing on Motif


CAPI User Guide and Reference Manual (Unix version) - 25 Feb 2015

NextPrevUpTopContentsIndex