Blt_TreeReleaseToken man page on MacOSX

Man page or keyword search:  
man Server   23457 pages
apropos Keyword Search (all sections)
Output format
MacOSX logo
[printable version]

Blt_TreeReleaseToken(3)	    BLT Library Procedures     Blt_TreeReleaseToken(3)

______________________________________________________________________________

NAME
       Blt_TreeReleaseToken - Releases token associated with tree object.

SYNOPSIS
       #include <bltTree.h>

       int
       Blt_TreeReleaseToken(token)

ARGUMENTS
       Blt_Tree	  *token  (in)	    Token of tree to be released.
_________________________________________________________________

DESCRIPTION
       This  procedure	releases the token associated with a C-based tree data
       object.	When all outstanding tokens for a tree data object  have  been
       released, then the data object itself will be freed.  The arguments are
       as follows:

       token	 Token of the tree data object to be released.	This token was
		 initialized either by Tcl_TreeGetToken or Blt_TreeCreate ear‐
		 lier.

RETURNS
       Nothing.

EXAMPLE
       The following example creates and then releases a new token.

	      Blt_Tree token;

	      if (Blt_TreeCreate(interp, "myTree", &token) != TCL_OK) {
		  return TCL_ERROR;
	      }
	      printf("tree is %s\n", Blt_TreeName(token));

	      /* Tree will be destroyed when the token is released. */
	      Blt_TreeReleaseToken(token);

KEYWORDS
       tree, token

BLT				      2.4	       Blt_TreeReleaseToken(3)
[top]

List of man pages available for MacOSX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net