Type Definition libpulse_binding::context::ContextSuccessCb
[−]
[src]
type ContextSuccessCb = extern "C" fn(_: *mut ContextInternal, _: i32, _: *mut c_void);
A generic callback for operation completion
The success
param with be zero on success, non-zero otherwise.