File: Object.3

package info (click to toggle)
itcl3 3.4.1-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,956 kB
  • ctags: 1,005
  • sloc: ansic: 9,891; sh: 421; tcl: 153; makefile: 62
file content (37 lines) | stat: -rw-r--r-- 876 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
'\"
'\" Copyright (c) 1993-1998  Lucent Technologies, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
.so man.macros
.TH Itcl_CreateObject 3 3.0 itcl "[incr\ Tcl] Library Procedures"
.BS
'\" Note:  do not modify the .SH NAME line immediately below!
.SH NAME
Itcl_CreateObject, Itcl_DeleteObject, Itcl_FindObject, Itcl_IsObject, Itcl_IsObjectIsa \- Manipulate an class instance.
.SH SYNOPSIS
.nf
\fB#include <itclInt.h>\fR
.sp
void
\fBItcl_PreserveData\fR(\fIcdata\fR)
.sp
void
\fBItcl_ReleaseData\fR(\fIcdata\fR)
.sp
void
\fBItcl_EventuallyFree\fR(\fIcdata, fproc\fR)
.SH ARGUMENTS
.AP Tcl_FreeProc *fproc in
Address of function to call when the block is to be freed.
.AP ClientData clientData in
Arbitrary one-word value.
.BE

.SH DESCRIPTION
.PP

.SH KEYWORDS
free, memory