Qtc.Networkauth.QAbstractOAuthReplyHandler
Contents
Documentation
class QqAbstractOAuthReplyHandlerTrUtf8 x1 where #
Methods
qAbstractOAuthReplyHandlerTrUtf8 :: x1 -> IO String #
Instances
| QqAbstractOAuthReplyHandlerTrUtf8 String # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods qAbstractOAuthReplyHandlerTrUtf8 :: String -> IO String # | |
| QqAbstractOAuthReplyHandlerTrUtf8 (String, String) # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods qAbstractOAuthReplyHandlerTrUtf8 :: (String, String) -> IO String # | |
| QqAbstractOAuthReplyHandlerTrUtf8 (String, String, Int) # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods qAbstractOAuthReplyHandlerTrUtf8 :: (String, String, Int) -> IO String # | |
class QqAbstractOAuthReplyHandler x1 where #
Methods
qAbstractOAuthReplyHandler :: x1 -> IO (QAbstractOAuthReplyHandler ()) #
Instances
| QqAbstractOAuthReplyHandler () # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods qAbstractOAuthReplyHandler :: () -> IO (QAbstractOAuthReplyHandler ()) # | |
| QqAbstractOAuthReplyHandler (QObject t1) # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods qAbstractOAuthReplyHandler :: QObject t1 -> IO (QAbstractOAuthReplyHandler ()) # | |
class QnetworkReplyFinished x0 x1 where #
Methods
networkReplyFinished :: x0 -> x1 -> IO () #
Instances
| QnetworkReplyFinished (QAbstractOAuthReplyHandler ()) (QNetworkReply t1) # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods networkReplyFinished :: QAbstractOAuthReplyHandler () -> QNetworkReply t1 -> IO () # | |
| QnetworkReplyFinished (QAbstractOAuthReplyHandlerSc a) (QNetworkReply t1) # | |
Defined in Qtc.Networkauth.QAbstractOAuthReplyHandler Methods networkReplyFinished :: QAbstractOAuthReplyHandlerSc a -> QNetworkReply t1 -> IO () # | |
qAbstractOAuthReplyHandler_delete :: QAbstractOAuthReplyHandler a -> IO () #