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

StatusNotifier.Watcher.Client

Documentation

getProtocolVersion :: Client -> IO (Either MethodError Int32) Source #

getIsStatusNotifierHostRegistered :: Client -> IO (Either MethodError Bool) Source #

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

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

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

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

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

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