Safe Haskell | None |
---|---|
Language | Haskell2010 |
StatusNotifier.Host.Service
Documentation
statusNotifierHostString :: String Source #
getBusName :: String -> String -> String Source #
data UpdateType Source #
Constructors
ItemAdded | |
ItemRemoved | |
IconUpdated | |
OverlayIconUpdated | |
StatusUpdated | |
TitleUpdated | |
ToolTipUpdated |
Instances
Eq UpdateType Source # | |
Defined in StatusNotifier.Host.Service | |
Show UpdateType Source # | |
Defined in StatusNotifier.Host.Service Methods showsPrec :: Int -> UpdateType -> ShowS show :: UpdateType -> String showList :: [UpdateType] -> ShowS |
type UpdateHandler = UpdateType -> ItemInfo -> IO () Source #
Constructors
Params | |
Fields
|
hostLogger :: Priority -> String -> IO () Source #
Constructors
ItemInfo | |
Fields
|
supressPixelData :: ItemInfo -> ItemInfo Source #
overlayIconNameL :: Lens' ItemInfo (Maybe String) Source #
itemStatusL :: Lens' ItemInfo (Maybe String) Source #
itemCategoryL :: Lens' ItemInfo (Maybe String) Source #
iconTitleL :: Lens' ItemInfo String Source #
iconThemePathL :: Lens' ItemInfo (Maybe String) Source #
convertPixmapsToHostByteOrder :: [(Int32, Int32, ByteString)] -> [(Int32, Int32, ByteString)] Source #
callFromInfo :: (BusName -> ObjectPath -> t) -> ItemInfo -> t Source #
Constructors
Host | |
Fields
|