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