Qtc.Classes.Dbus

Documentation

class QasyncCall a b where #

Methods

asyncCall :: a -> b -> IO (QDBusPendingCall ()) #

class QcallWithCallback a b where #

Methods

callWithCallback :: a -> b -> IO Bool #

class Qconnection a b where #

Methods

connection :: a -> b -> IO (QDBusConnection ()) #

class QinternalConstCall a b where #

Methods

internalConstCall :: a -> b -> IO (QDBusMessage ()) #

class QinternalPropGet a b where #

Methods

internalPropGet :: a -> b -> IO (QVariant ()) #

class QinternalPropSet a b where #

Methods

internalPropSet :: a -> b -> IO () #

class QisDelayedReply a b where #

Methods

isDelayedReply :: a -> b -> IO Bool #

class QsetDelayedReply a b where #

Methods

setDelayedReply :: a -> b -> IO () #