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