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