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.

  1. 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 ]
    

  2. 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 ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 284 of many | Previous | Next