Safe Haskell | Safe-Inferred |
---|---|
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
Show UpdateType Source # | |
Defined in StatusNotifier.Host.Service Methods showsPrec :: Int -> UpdateType -> ShowS show :: UpdateType -> String showList :: [UpdateType] -> ShowS | |
Eq UpdateType Source # | |
Defined in StatusNotifier.Host.Service |
type UpdateHandler = UpdateType -> ItemInfo -> IO () Source #
Constructors
Params | |
Fields
|
hostLogger :: Priority -> String -> IO () Source #
Constructors
ItemInfo | |
Fields
|
supressPixelData :: ItemInfo -> ItemInfo Source #
overlayIconPixmapsL :: Lens' ItemInfo ImageInfo Source #
overlayIconNameL :: Lens' ItemInfo (Maybe String) Source #
itemToolTipL :: Lens' ItemInfo (Maybe (String, ImageInfo, String, String)) Source #
itemStatusL :: Lens' ItemInfo (Maybe String) Source #
itemServicePathL :: Lens' ItemInfo ObjectPath Source #
itemServiceNameL :: Lens' ItemInfo BusName Source #
itemIsMenuL :: Lens' ItemInfo Bool Source #
itemCategoryL :: Lens' ItemInfo (Maybe String) Source #
iconTitleL :: Lens' ItemInfo String Source #
iconThemePathL :: Lens' ItemInfo (Maybe String) Source #
iconPixmapsL :: Lens' ItemInfo ImageInfo Source #
convertPixmapsToHostByteOrder :: [(Int32, Int32, ByteString)] -> [(Int32, Int32, ByteString)] Source #
callFromInfo :: (BusName -> ObjectPath -> t) -> ItemInfo -> t Source #
Constructors
Host | |
Fields
|