dbus-1.0.1: A client library for the D-Bus IPC system.

Safe HaskellNone
LanguageHaskell98

DBus.Generation

Documentation

(??) :: Functor f => f (a -> b) -> a -> f b infixl 4 Source #

(?/?) :: ClientBusPathR (a -> IO b) -> a -> ClientBusPathR b infixl 4 Source #

buildGetTHType :: (Type -> Type) -> (Type -> Type -> Type) -> Type -> Type Source #

addArgIf :: Bool -> a -> [a] -> [a] Source #

mkFunD :: Name -> [Name] -> Exp -> Dec Source #

maybeName :: a -> Bool -> Maybe a Source #

mapOrHead :: (Num a, Eq a) => a -> (t -> b) -> [t] -> ([b] -> b) -> b Source #