Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data UpdateType Source #
Instances
Eq UpdateType Source # | |
Defined in StatusNotifier.Host.Service (==) :: UpdateType -> UpdateType -> Bool # (/=) :: UpdateType -> UpdateType -> Bool # | |
Show UpdateType Source # | |
Defined in StatusNotifier.Host.Service showsPrec :: Int -> UpdateType -> ShowS # show :: UpdateType -> String # showList :: [UpdateType] -> ShowS # |
type UpdateHandler = UpdateType -> ItemInfo -> IO () Source #
ItemInfo | |
|
supressPixelData :: ItemInfo -> ItemInfo Source #
convertPixmapsToHostByteOrder :: [(Int32, Int32, ByteString)] -> [(Int32, Int32, ByteString)] Source #
callFromInfo :: (BusName -> ObjectPath -> t) -> ItemInfo -> t Source #
Host | |
|