(C) 1998 AROS - The Amiga Research OS


NAME
#include <boopsi_private.h>

IPTR DoNotify ( cl , o , ic , msg)

LOCATION
In BOOPSIBase at offset 16

SYNOPSIS
Class * cl
Object * o
struct ICData * ic
struct opUpdate * msg

FUNCTION
This function provides a way for icclass objects to notify their listeners when they are notifying. It is mainly provided as an external function for intuition.library's gadgetclass implementation, which contains an inbuilt icclass.

INPUTS
cl
my class
o
this object
icdata
interconnection information
msg
the message given to the OM_NOTIFY method

RESULT
The objects listening to this object will be notified.

Note: Return value not clear.

EXAMPLE

SEE ALSO

NOTES

BUGS

INTERNALS

HISTORY
14.03.1999 nlorentz
Bugfix in SendIDCMPUpdate() intuimessage linked list handling
20.10.1998 hkiel
Amiga Research OS
23.10.1997 digulla
Added files from iaint