Documentation generated from CVS HEAD
Itcl_PreserveData, Itcl_ReleaseData, Itcl_EventuallyFree -
Manipulate an Itcl list object.
#include <itcl.h> void Itcl_PreserveData(cdata) void Itcl_ReleaseData(cdata) void Itcl_EventuallyFree(cdata, fproc)
Type | Name | Mode |
---|---|---|
Tcl_FreeProc | *fproc | in |
Address of function to call when the block is to be freed. | ||
ClientData | clientData | in |
Arbitrary one-word value. |