FreeTextBuffer(3W) — MISC. REFERENCE MANUAL PAGES
Text Buffer Utilities
NAME
FreeTextBuffer
SYNOPSIS
#include <textbuff.h>
...
extern void FreeTextBuffer(text, f, d)
TextBuffer ∗ text;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The FreeTextBuffer procedure is used to deallocate storage associated with a given TextBuffer. Note: the storage is not actually freed if the TextBuffer is still associated with other update function/data pairs.
SEE ALSO
AllocateTextBuffer(3), RegisterTextBufferUpdate(3)
Sun Release 4.0 — Last change: — Last change: