OlUnregisterDynamicCallback(3W) UNIX System V OlUnregisterDynamicCallback(3W)
Dynamic Settings
NAME
OlUnregisterDynamicCallback
SYNOPSIS
#include <OpenLook.h>
...
extern int OlUnregisterDynamicCallback(CB, data)
OlDynamicCallbackProc CB;
XtPointer data;
DESCRIPTION
The OlUnregisterDynamicCallback procedure is used to remove a function
from the list of registered callbacks to be called whenever the procedure
OlCallDynamicCallbacks is invoked.
SEE ALSO
OlRegisterDynamicCallback(3W), OlCallDynamicCallbacks(3W)
RETURN VALUE
Zero (0) is returned if the dynamic callback cannot be removed; otherwise
one (1) is returned.
10/89 Page 1