All Manuals > CAPI Reference Manual > 1 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


CAPI Reference Manual - 15 Dec 2011

NextPrevUpTopContentsIndex