Documentation
class QasyncCall a b where #
asyncCall :: a -> b -> IO (QDBusPendingCall ()) #
class QcallWithCallback a b where #
callWithCallback :: a -> b -> IO Bool #
class Qconnection a b where #
connection :: a -> b -> IO (QDBusConnection ()) #
class QinternalConstCall a b where #
internalConstCall :: a -> b -> IO (QDBusMessage ()) #
class QinternalPropGet a b where #
internalPropGet :: a -> b -> IO (QVariant ()) #
class QinternalPropSet a b where #
internalPropSet :: a -> b -> IO () #
class QisDelayedReply a b where #
isDelayedReply :: a -> b -> IO Bool #
class QsetDelayedReply a b where #
setDelayedReply :: a -> b -> IO () #