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

StatusNotifier.Watcher.Client

Documentation

registerStatusNotifierItem :: Client -> String -> IO (Either MethodError ()) Source #

registerStatusNotifierHost :: Client -> String -> IO (Either MethodError ()) Source #

stopWatcher :: Client -> IO (Either MethodError ()) Source #

getObjectPathForItemName :: Client -> String -> IO (Either MethodError String) Source #

getRegisteredSNIEntries :: Client -> IO (Either MethodError [(String, String)]) Source #