Tcl8.6b2/Tk8.6b2 Documentation > ItclLib > Preserve

Tcl/Tk Applications | Tcl Commands | Tk Commands | [incr Tcl] Package Commands, version 4.0b7 | TDBC Package Commands, version 1.0b17 | Thread Package Commands, version 2.6.7 | Tcl Library | Tk Library | [incr Tcl] Package Library, version 4.0b7 | TDBC Package Library, version 1.0b17

NAME

Itcl_PreserveData, Itcl_ReleaseData, Itcl_EventuallyFree — Manipulate an Itcl list object.

SYNOPSIS

#include <itcl.h>

void
Itcl_PreserveData(cdata)

void
Itcl_ReleaseData(cdata)

void
Itcl_EventuallyFree(cdata, fproc)

ARGUMENTS

Tcl_FreeProc *fproc (in)
Address of function to call when the block is to be freed.

ClientData clientData (in)
Arbitrary one-word value.

DESCRIPTION

KEYWORDS

free, memory
Copyright © 1993-1998 Lucent Technologies, Inc.