Documentation
class QqDBusMetaType x1 where #
qDBusMetaType :: x1 -> IO (QDBusMetaType ()) #
Instances
QqDBusMetaType () # | |
Defined in Qtc.Dbus.QDBusMetaType qDBusMetaType :: () -> IO (QDBusMetaType ()) # | |
QqDBusMetaType (QDBusMetaType t1) # | |
Defined in Qtc.Dbus.QDBusMetaType qDBusMetaType :: QDBusMetaType t1 -> IO (QDBusMetaType ()) # |
class QqDBusMetaType_nf x1 where #
qDBusMetaType_nf :: x1 -> IO (QDBusMetaType ()) #
Instances
QqDBusMetaType_nf () # | |
Defined in Qtc.Dbus.QDBusMetaType qDBusMetaType_nf :: () -> IO (QDBusMetaType ()) # | |
QqDBusMetaType_nf (QDBusMetaType t1) # | |
Defined in Qtc.Dbus.QDBusMetaType qDBusMetaType_nf :: QDBusMetaType t1 -> IO (QDBusMetaType ()) # |
qDBusMetaTypeDemarshall :: (QDBusArgument t1, Int, QVoid t3) -> IO Bool #
qDBusMetaTypeMarshall :: (QDBusArgument t1, Int, QConstVoidPtr t3) -> IO Bool #
qDBusMetaTypeRegisterMarshallOperators :: (Int, QVoid t2, QVoid t3) -> IO () #
qDBusMetaTypeSignatureToType :: String -> IO Int #
qDBusMetaTypeTypeToSignature :: Int -> IO String #
qDBusMetaType_delete :: QDBusMetaType a -> IO () #