~ubuntu-branches/debian/sid/itcl4/sid

« back to all changes in this revision

Viewing changes to doc/Object.3

  • Committer: Package Import Robot
  • Author(s): Sergei Golovan
  • Date: 2018-03-06 11:36:54 UTC
  • Revision ID: package-import@ubuntu.com-20180306113654-w3oht8cjhtftrxby
Tags: upstream-4.1.1
ImportĀ upstreamĀ versionĀ 4.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
'\"
 
2
'\" Copyright (c) 1993-1998  Lucent Technologies, Inc.
 
3
'\"
 
4
'\" See the file "license.terms" for information on usage and redistribution
 
5
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 
6
'\"
 
7
.TH Itcl_CreateObject 3 3.0 itcl "[incr\ Tcl] Library Procedures"
 
8
.so man.macros
 
9
.BS
 
10
'\" Note:  do not modify the .SH NAME line immediately below!
 
11
.SH NAME
 
12
Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa \- Manipulate an class instance.
 
13
.SH SYNOPSIS
 
14
.nf
 
15
\fB#include <itclInt.h>\fR
 
16
 
 
17
void
 
18
\fBItcl_PreserveData\fR(\fIcdata\fR)
 
19
 
 
20
void
 
21
\fBItcl_ReleaseData\fR(\fIcdata\fR)
 
22
 
 
23
void
 
24
\fBItcl_EventuallyFree\fR(\fIcdata, fproc\fR)
 
25
.fi
 
26
.SH ARGUMENTS
 
27
.AP Tcl_FreeProc *fproc in
 
28
Address of function to call when the block is to be freed.
 
29
.AP ClientData clientData in
 
30
Arbitrary one-word value.
 
31
.BE
 
32
 
 
33
.SH DESCRIPTION
 
34
.PP
 
35
 
 
36
.SH KEYWORDS
 
37
free, memory
 
38