UnregisterTextBufferUpdate(3W) — MISC REFERENCE MANUAL PAGES
Text Buffer Utilities
NAME
UnregisterTextBufferUpdate
SYNOPSIS
#include<textbuff.h>
...
extern int UnregisterTextBufferUpdate(text, f, d)
TextBuffer ∗ text;
TextUpdateFunction f;
caddr_t d;
DESCRIPTION
The UnregisterTextBufferUpdate function disassociates the TextUpdateFunction f and data pointer d with the given TextBuffer text. If the function/data pointer pair is not associated with the given TextBuffer zero is returned otherwise the association is dissolved and one is returned.
SEE ALSO
RegisterTextBufferUpdate(3), FreeTextBuffer(3)
Sun Release 4.1 — Last change: