status-notifier-item-0.3.1.0: A wrapper over the StatusNotifierItem/libappindicator dbus specification
Safe HaskellSafe-Inferred
LanguageHaskell2010

StatusNotifier.Watcher.Signals

Documentation

registerForStatusNotifierHostRegistered :: Client -> MatchRule -> (Signal -> IO ()) -> (Signal -> IO ()) -> IO SignalHandler Source #

makeHandlerForStatusNotifierHostRegistered :: (Signal -> IO ()) -> (Signal -> IO ()) -> Signal -> IO () Source #

registerForStatusNotifierItemUnregistered :: Client -> MatchRule -> (Signal -> String -> IO ()) -> (Signal -> IO ()) -> IO SignalHandler Source #

makeHandlerForStatusNotifierItemUnregistered :: (Signal -> String -> IO ()) -> (Signal -> IO ()) -> Signal -> IO () Source #

emitStatusNotifierItemUnregistered :: Client -> String -> IO () Source #

registerForStatusNotifierItemRegistered :: Client -> MatchRule -> (Signal -> String -> IO ()) -> (Signal -> IO ()) -> IO SignalHandler Source #

makeHandlerForStatusNotifierItemRegistered :: (Signal -> String -> IO ()) -> (Signal -> IO ()) -> Signal -> IO () Source #

emitStatusNotifierItemRegistered :: Client -> String -> IO () Source #