Function pw_main_loop_run

Source
pub unsafe extern "C" fn pw_main_loop_run(
    loop_: *mut pw_main_loop,
) -> c_int
Expand description

Run a main loop. This blocks until \ref pw_main_loop_quit is called.

@return 0 on success, otherwise a negative number.