JackSessionCallback

Prototype for the client supplied function that is called whenever a session notification is sent via jack_session_notify().

Ownership of the memory of @a event is passed to the application. It must be freed using jack_session_event_free when its not used anymore.

The client must promptly call jack_session_reply for this event.

@param event The event structure. @param arg Pointer to a client supplied structure.

extern (C)
alias JackSessionCallback = void function

Meta