Type Definition libpulse_binding::context::introspect::SourceInfoCb
[−]
[src]
type SourceInfoCb = extern "C" fn(c: *mut ContextInternal, i: *const SourceInfoInternal, eol: i32, userdata: *mut c_void);
Callback prototype for
Introspector::get_source_info_by_name
and friends.