| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
StatusNotifier.Util
Documentation
getIntrospectionObjectFromFile :: FilePath -> ObjectPath -> Q Object #
generateClientFromFile :: GenerationParams -> Bool -> FilePath -> Q [Dec] #
makeLensesWithLSuffix :: Name -> DecsQ #
convertARGBToABGR :: Word32 -> Word32 #
maybeToEither :: b -> Maybe a -> Either b a #
makeErrorReply :: ErrorName -> String -> Reply #
logErrorWithDefault :: Show a => (Priority -> String -> IO ()) -> b -> String -> Either a b -> IO b #
exemptUnknownMethod :: b -> Either MethodError b -> Either MethodError b #
exemptAll :: b -> Either MethodError b -> Either MethodError b #
getInterfaceAt :: Client -> BusName -> ObjectPath -> IO (Either MethodError (Maybe Object)) #