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.
setSocketClientFamily :: (MonadIO m, IsSocketClient o) => o -> SocketFamily -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “family” property. When overloading is enabled, this is equivalent to
set socketClient [ #family := value ]
setSocketClientLocalAddress :: (MonadIO m, IsSocketClient o, IsSocketAddress a) => o -> a -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “local-address” property. When overloading is enabled, this is equivalent to
set socketClient [ #localAddress := value ]
setSocketClientProtocol :: (MonadIO m, IsSocketClient o) => o -> SocketProtocol -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “protocol” property. When overloading is enabled, this is equivalent to
set socketClient [ #protocol := value ]
setSocketClientProxyResolver :: (MonadIO m, IsSocketClient o, IsProxyResolver a) => o -> a -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “proxy-resolver” property. When overloading is enabled, this is equivalent to
set socketClient [ #proxyResolver := value ]
setSocketClientTimeout :: (MonadIO m, IsSocketClient o) => o -> Word32 -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “timeout” property. When overloading is enabled, this is equivalent to
set socketClient [ #timeout := value ]
setSocketClientTls :: (MonadIO m, IsSocketClient o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “tls” property. When overloading is enabled, this is equivalent to
set socketClient [ #tls := value ]
-
gi-gio GI.Gio.Objects.SocketClient Set the value of the “tls-validation-flags” property. When overloading is enabled, this is equivalent to
set socketClient [ #tlsValidationFlags := value ]
setSocketClientType :: (MonadIO m, IsSocketClient o) => o -> SocketType -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “type” property. When overloading is enabled, this is equivalent to
set socketClient [ #type := value ]
setSocketListenerListenBacklog :: (MonadIO m, IsSocketListener o) => o -> Int32 -> m ()gi-gio GI.Gio.Objects.SocketListener Set the value of the “listen-backlog” property. When overloading is enabled, this is equivalent to
set socketListener [ #listenBacklog := value ]
setSocketServiceActive :: (MonadIO m, IsSocketService o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.SocketService Set the value of the “active” property. When overloading is enabled, this is equivalent to
set socketService [ #active := value ]