Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setTcpConnectionGracefulDisconnect :: (MonadIO m, IsTcpConnection o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.TcpConnection Set the value of the “graceful-disconnect” property. When overloading is enabled, this is equivalent to
set tcpConnection [ #gracefulDisconnect := value ]
setTlsConnectionAdvertisedProtocols :: (MonadIO m, IsTlsConnection o) => o -> [Text] -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “advertised-protocols” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #advertisedProtocols := value ]
setTlsConnectionCertificate :: (MonadIO m, IsTlsConnection o, IsTlsCertificate a) => o -> a -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “certificate” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #certificate := value ]
setTlsConnectionDatabase :: (MonadIO m, IsTlsConnection o, IsTlsDatabase a) => o -> a -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “database” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #database := value ]
setTlsConnectionInteraction :: (MonadIO m, IsTlsConnection o, IsTlsInteraction a) => o -> a -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “interaction” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #interaction := value ]
setTlsConnectionRehandshakeMode :: (MonadIO m, IsTlsConnection o) => o -> TlsRehandshakeMode -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “rehandshake-mode” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #rehandshakeMode := value ]
setTlsConnectionRequireCloseNotify :: (MonadIO m, IsTlsConnection o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “require-close-notify” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #requireCloseNotify := value ]
setTlsConnectionUseSystemCertdb :: (MonadIO m, IsTlsConnection o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.TlsConnection Set the value of the “use-system-certdb” property. When overloading is enabled, this is equivalent to
set tlsConnection [ #useSystemCertdb := value ]
setTlsPasswordDescription :: (MonadIO m, IsTlsPassword o) => o -> Text -> m ()gi-gio GI.Gio.Objects.TlsPassword Set the value of the “description” property. When overloading is enabled, this is equivalent to
set tlsPassword [ #description := value ]
setTlsPasswordFlags :: (MonadIO m, IsTlsPassword o) => o -> [TlsPasswordFlags] -> m ()gi-gio GI.Gio.Objects.TlsPassword Set the value of the “flags” property. When overloading is enabled, this is equivalent to
set tlsPassword [ #flags := value ]