pub unsafe extern "C" fn pw_main_loop_run(
loop_: *mut pw_main_loop,
) -> c_intExpand description
Run a main loop. This blocks until \ref pw_main_loop_quit is called.
@return 0 on success, otherwise a negative number.
pub unsafe extern "C" fn pw_main_loop_run(
loop_: *mut pw_main_loop,
) -> c_intRun a main loop. This blocks until \ref pw_main_loop_quit is called.
@return 0 on success, otherwise a negative number.