tcl_deleteclosehandler(3tcl) opensolaris man page | unix.com

Man Page: tcl_deleteclosehandler

Operating Environment: opensolaris

Section: 3tcl

Tcl_CreateCloseHandler(3TCL)				      Tcl Library Procedures				      Tcl_CreateCloseHandler(3TCL)

__________________________________________________________________________________________________________________________________________________

NAME
Tcl_CreateCloseHandler, Tcl_DeleteCloseHandler - arrange for callbacks when channels are closed
SYNOPSIS
#include <tcl.h> void Tcl_CreateCloseHandler(channel, proc, clientData) void Tcl_DeleteCloseHandler(channel, proc, clientData)
ARGUMENTS
Tcl_Channel channel (in) The channel for which to create or delete a close callback. Tcl_CloseProc *proc (in) The procedure to call as the callback. ClientData clientData (in) Arbitrary one-word value to pass to proc. _________________________________________________________________
DESCRIPTION
Tcl_CreateCloseHandler arranges for proc to be called when channel is closed with Tcl_Close or Tcl_UnregisterChannel, or using the Tcl close command. Proc should match the following prototype: typedef void Tcl_CloseProc( ClientData clientData); The clientData is the same as the value provided in the call to Tcl_CreateCloseHandler. Tcl_DeleteCloseHandler removes a close callback for channel. The proc and clientData identify which close callback to remove; Tcl_Delete- CloseHandler does nothing if its proc and clientData arguments do not match the proc and clientData for a close handler for channel.
SEE ALSO
close(1T), Tcl_Close(3TCL), Tcl_UnregisterChannel(3TCL)
KEYWORDS
callback, channel closing
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWTcl | +--------------------+-----------------+ |Interface Stability | Uncommitted | +--------------------+-----------------+
NOTES
Source for Tcl is available on http://opensolaris.org. Tcl 7.5 Tcl_CreateCloseHandler(3TCL)
Related Man Pages
tcl_deletechannelhandler(3) - mojave
tcl_createclosehandler(3tcl) - opensolaris
tcl_deletechannelhandler(3) - centos
tcl_deletechannelhandler(3tcl) - opensolaris
tcl_deletetimerhandler(3tcl) - opensolaris
Similar Topics in the Unix Linux Community
Trying to block signal
PHP Man Pages Now Available (Over 10,000)
Grep the 'not running' jobs and will send the update in mail with its name(job)
Identify problem with while getopts
%memused is high