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