NextPrevUpTopContentsIndex

flag-special-free-action

Function
Summary

Flags an object for special action on garbage collection.

Package

hcl

Signature

flag-special-free-action object => t

Arguments

object

The object on which the special actions are to be performed. This cannot be a symbol.

Values

Returns t .

Description

Note that all the current special-free-action functions are performed on the object. Use flag-not-special-free-action to unflag an object.

Example
CL-USER 29 : 1 > (make-instance 'capi:title-pane)
#<CAPI:TITLE-PANE "" 20F9898C>
CL-USER 30 : 1 > (flag-special-free-action *)
T
See also
add-special-free-action
flag-not-special-free-action
remove-special-free-action

LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex