Data passed to a notification function. More...
#include "observer.h"
Data Fields | |
struct Notify * | current |
Notify object being observed. | |
enum NotifyType | event_type |
Send: Event type, e.g. NT_ACCOUNT. | |
int | event_subtype |
Send: Event subtype, e.g. NT_ACCOUNT_ADD. | |
void * | event_data |
Data from notify_send() | |
void * | global_data |
Data from notify_observer_add() | |
Data passed to a notification function.
Definition at line 33 of file observer.h.
struct Notify* NotifyCallback::current |
Notify object being observed.
Definition at line 35 of file observer.h.
enum NotifyType NotifyCallback::event_type |
Send: Event type, e.g. NT_ACCOUNT.
Definition at line 36 of file observer.h.
int NotifyCallback::event_subtype |
Send: Event subtype, e.g. NT_ACCOUNT_ADD.
Definition at line 37 of file observer.h.
void* NotifyCallback::event_data |
Data from notify_send()
Definition at line 38 of file observer.h.
void* NotifyCallback::global_data |
Data from notify_observer_add()
Definition at line 39 of file observer.h.