[−][src]Trait libpulse_binding::mainloop::signal::MainloopSignals
Trait with signal handling, for mainloops.
Provided methods
pub fn init_signals(&mut self) -> Result<(), PAErr>[src]
Initializes the UNIX signal subsystem and bind it to the specified main loop.
pub fn signals_done(&self)[src]
Cleans up the signal subsystem.