void (*aw_event (AW_EVENT e)) (void)

DESCRIPTION

Returns a handler for an event. 0 is returned is no handler is in effect.

NOTES

For more information on events and event handlers, see Events.

EXAMPLE

printf ("%s event handler is established for adding avatars",
  aw_event (AW_EVENT_AVATAR_ADD) ? "An" : "No");