JackPortRenameCallback

Prototype for the client supplied function that is called whenever the port name has been changed.

@param port the port that has been renamed @param new_name the new name @param arg pointer to a client supplied structure

@return zero on success, non-zero on error

extern (C)
alias JackPortRenameCallback = int function
(,
const(char)* old_name
,
const(char)* new_name
,
void* arg
)

Meta