debian man page for blt_treereleasetoken

Query: blt_treereleasetoken

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 earlier.
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 ", Blt_TreeName(token)); /* Tree will be destroyed when the token is released. */ Blt_TreeReleaseToken(token);
KEYWORDS
tree, token
BLT
2.4 Blt_TreeReleaseToken(3)
Related Man Pages
blt_tree(3) - debian
blt_treeexists(3) - debian
ip-token(8) - x11r4
mkdoc::xml::tokenizer(3pm) - debian
webkdc::token(3pm) - debian
Similar Topics in the Unix Linux Community
Syntax error near unexpected token
Family tree illustrated
sed - Removing all characters from token to end of line
Syntax error near unexpected token '('
Syntax error near unexpected token `else'