Query: tcl_callwhendeleted
OS: osx
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Tcl_CallWhenDeleted(3) Tcl Library Procedures Tcl_CallWhenDeleted(3) __________________________________________________________________________________________________________________________________________________NAMETcl_CallWhenDeleted, Tcl_DontCallWhenDeleted - Arrange for callback when interpreter is deletedSYNOPSIS#include <tcl.h> Tcl_CallWhenDeleted(interp, proc, clientData) Tcl_DontCallWhenDeleted(interp, proc, clientData)ARGUMENTSTcl_Interp *interp (in) Interpreter with which to associated callback. Tcl_InterpDeleteProc *proc (in) Procedure to call when interp is deleted. ClientData clientData (in) Arbitrary one-word value to pass to proc. _________________________________________________________________DESCRIPTIONTcl_CallWhenDeleted arranges for proc to be called by Tcl_DeleteInterp if/when interp is deleted at some future time. Proc will be invoked just before the interpreter is deleted, but the interpreter will still be valid at the time of the call. Proc should have arguments and result that match the type Tcl_InterpDeleteProc: typedef void Tcl_InterpDeleteProc( ClientData clientData, Tcl_Interp *interp); The clientData and interp parameters are copies of the clientData and interp arguments given to Tcl_CallWhenDeleted. Typically, clientData points to an application-specific data structure that proc uses to perform cleanup when an interpreter is about to go away. Proc does not return a value. Tcl_DontCallWhenDeleted cancels a previous call to Tcl_CallWhenDeleted with the same arguments, so that proc will not be called after all when interp is deleted. If there is no deletion callback that matches interp, proc, and clientData then the call to Tcl_DontCallWhen- Deleted has no effect.KEYWORDScallback, delete, interpreter Tcl 7.0 Tcl_CallWhenDeleted(3)
Related Man Pages |
---|
tcl_callwhendeleted(3tcl) - debian |
tcl_dontcallwhendeleted(3) - suse |
tcl_dontcallwhendeleted(3) - osx |
tcl_callwhendeleted(3tcl) - opensolaris |
tcl_callwhendeleted(3) - redhat |
Similar Topics in the Unix Linux Community |
---|
Unix call to Oracle PL/SQL pkg/store.proc |
Proc compilation error. |
Proc Compile error, Cannot create .o |
Proc Compile error, Cannot create .o |
Proc Compile error, Cannot create .o |