Function CDM_UnlinkVar


Definition:#include <CDM.h>
Prototype:void CDM_UnlinkVar(Tcl_Interp *interp, char *tcl_var_name);
Arguments:

interp: A pointer to a Tcl interpreter. (Tcl_Interp *interp)
tcl_var_name: The name of the Tcl variable. (const char *)

C/C++ API Sections
Tcl API Sections
Description
Return Value
Notes
See Also
Index

Description:

This function removes the link previously set up for the variable given by "tcl_var_name". If there does not exist a link for "tcl_var_name" then the procedure has no effect.

Return Value:

None.

Notes:

If "interp" has the value NULL, the Tcl interpreter referenced by "CDM_Interp" will be used.

See Also:

CDM_LinkVar, CDM_Interp, Tcl_LinkVar, Tcl_UnlinkVar


Generated by: petasis@aias on Wed Aug 16 10:31:57 PM EEST 2006.