Safe Haskell | None |
---|
System.Libnotify.Server
Description
System.Libnotify.Server module deals with notification server info processing and initialized applications managing.
- getAppName :: IO String
- setAppName :: String -> IO ()
- getServerCaps :: IO [String]
- getServerInfo :: IO ServerInfo
Documentation
Returns registered application name.
setAppName :: String -> IO ()Source
Updates registered application name.
getServerCaps :: IO [String]Source
Returns server capability strings.
getServerInfo :: IO ServerInfoSource
Returns server information.