|
Functions |
int | alp_notify_client_send (void *buf, int length, int sync, int timeout, int *handled) |
void * | alp_notify_wait_for_callbacks (void *) |
alp_status_t | alp_notify_register (const char *appID, const char *notifyType, int priority, int flags) |
alp_status_t | alp_notify_register_server (const char *notifyType, AlpNotifyCallbackProc *callbackProc, void *userData, int priority, int flags) |
alp_status_t | alp_notify_unregister (const char *appID, const char *notifyType, int flags) |
alp_status_t | alp_notify_unregister_server (const char *notifyType, int flags) |
alp_status_t | alp_notify_broadcast (const char *appID, const char *notifyType, const void *details, int length, int queue, int flags) |
alp_status_t | alp_notify_broadcast_sync (const char *appID, const char *notifyType, const void *details, int length, int queue, int flags, int timeout, int *handled) |
alp_status_t | alp_notify_done (const char *appID, int handled, int status) |
void | alp_notify_client_mesg (int *buf, int length) |
int | alp_notify_details (const char *src, AlpNotifyLaunch *dst) |