Function pipewire_sys::pw_context_conf_section_for_each
source · pub unsafe extern "C" fn pw_context_conf_section_for_each(
context: *mut pw_context,
section: *const c_char,
callback: Option<unsafe extern "C" fn(data: *mut c_void, location: *const c_char, section: *const c_char, str_: *const c_char, len: usize) -> c_int>,
data: *mut c_void
) -> c_int
Expand description
emit callback for all config sections. Since 0.3.45