UnregisterTextBufferUpdate(3W) UNIX System V UnregisterTextBufferUpdate(3W)
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(3W), FreeTextBuffer(3W)
10/89 Page 1