Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setDtlsConnectionRequireCloseNotify :: (MonadIO m, IsDtlsConnection o) => o -> Bool -> m ()

    gi-gio GI.Gio.Interfaces.DtlsConnection

    Set the value of the “require-close-notify” property. When overloading is enabled, this is equivalent to

    set dtlsConnection [ #requireCloseNotify := value ]
    

  2. setDtlsServerConnectionAuthenticationMode :: (MonadIO m, IsDtlsServerConnection o) => o -> TlsAuthenticationMode -> m ()

    gi-gio GI.Gio.Interfaces.DtlsServerConnection

    Set the value of the “authentication-mode” property. When overloading is enabled, this is equivalent to

    set dtlsServerConnection [ #authenticationMode := value ]
    

  3. setTlsClientConnectionServerIdentity :: (MonadIO m, IsTlsClientConnection o, IsSocketConnectable a) => o -> a -> m ()

    gi-gio GI.Gio.Interfaces.TlsClientConnection

    Set the value of the “server-identity” property. When overloading is enabled, this is equivalent to

    set tlsClientConnection [ #serverIdentity := value ]
    

  4. setTlsClientConnectionUseSsl3 :: (MonadIO m, IsTlsClientConnection o) => o -> Bool -> m ()

    gi-gio GI.Gio.Interfaces.TlsClientConnection

    Set the value of the “use-ssl3” property. When overloading is enabled, this is equivalent to

    set tlsClientConnection [ #useSsl3 := value ]
    

  5. setTlsClientConnectionValidationFlags :: (MonadIO m, IsTlsClientConnection o) => o -> [TlsCertificateFlags] -> m ()

    gi-gio GI.Gio.Interfaces.TlsClientConnection

    Set the value of the “validation-flags” property. When overloading is enabled, this is equivalent to

    set tlsClientConnection [ #validationFlags := value ]
    

  6. setTlsFileDatabaseAnchors :: (MonadIO m, IsTlsFileDatabase o) => o -> Text -> m ()

    gi-gio GI.Gio.Interfaces.TlsFileDatabase

    Set the value of the “anchors” property. When overloading is enabled, this is equivalent to

    set tlsFileDatabase [ #anchors := value ]
    

  7. setTlsServerConnectionAuthenticationMode :: (MonadIO m, IsTlsServerConnection o) => o -> TlsAuthenticationMode -> m ()

    gi-gio GI.Gio.Interfaces.TlsServerConnection

    Set the value of the “authentication-mode” property. When overloading is enabled, this is equivalent to

    set tlsServerConnection [ #authenticationMode := value ]
    

  8. setApplicationActionGroup :: (MonadIO m, IsApplication o, IsActionGroup a) => o -> a -> m ()

    gi-gio GI.Gio.Objects.Application

    Set the value of the “action-group” property. When overloading is enabled, this is equivalent to

    set application [ #actionGroup := value ]
    

  9. setApplicationApplicationId :: (MonadIO m, IsApplication o) => o -> Text -> m ()

    gi-gio GI.Gio.Objects.Application

    Set the value of the “application-id” property. When overloading is enabled, this is equivalent to

    set application [ #applicationId := value ]
    

  10. setApplicationFlags :: (MonadIO m, IsApplication o) => o -> [ApplicationFlags] -> m ()

    gi-gio GI.Gio.Objects.Application

    Set the value of the “flags” property. When overloading is enabled, this is equivalent to

    set application [ #flags := value ]
    

Page 272 of many | Previous | Next