[incr\ Tcl] Library Procedures
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[ itcl ]
Copyright © 1989-1994 The Regents of the University of California. Copyright © 1994-1996 Sun Microsystems, Inc.