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.
setSimpleProxyResolverIgnoreHosts :: (MonadIO m, IsSimpleProxyResolver o) => o -> [Text] -> m ()gi-gio GI.Gio.Objects.SimpleProxyResolver Set the value of the “ignore-hosts” property. When overloading is enabled, this is equivalent to
set simpleProxyResolver [ #ignoreHosts := value ]
setSocketBlocking :: (MonadIO m, IsSocket o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “blocking” property. When overloading is enabled, this is equivalent to
set socket [ #blocking := value ]
setSocketBroadcast :: (MonadIO m, IsSocket o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “broadcast” property. When overloading is enabled, this is equivalent to
set socket [ #broadcast := value ]
setSocketKeepalive :: (MonadIO m, IsSocket o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “keepalive” property. When overloading is enabled, this is equivalent to
set socket [ #keepalive := value ]
setSocketListenBacklog :: (MonadIO m, IsSocket o) => o -> Int32 -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “listen-backlog” property. When overloading is enabled, this is equivalent to
set socket [ #listenBacklog := value ]
setSocketMulticastLoopback :: (MonadIO m, IsSocket o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “multicast-loopback” property. When overloading is enabled, this is equivalent to
set socket [ #multicastLoopback := value ]
setSocketMulticastTtl :: (MonadIO m, IsSocket o) => o -> Word32 -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “multicast-ttl” property. When overloading is enabled, this is equivalent to
set socket [ #multicastTtl := value ]
setSocketTimeout :: (MonadIO m, IsSocket o) => o -> Word32 -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “timeout” property. When overloading is enabled, this is equivalent to
set socket [ #timeout := value ]
setSocketTtl :: (MonadIO m, IsSocket o) => o -> Word32 -> m ()gi-gio GI.Gio.Objects.Socket Set the value of the “ttl” property. When overloading is enabled, this is equivalent to
set socket [ #ttl := value ]
setSocketClientEnableProxy :: (MonadIO m, IsSocketClient o) => o -> Bool -> m ()gi-gio GI.Gio.Objects.SocketClient Set the value of the “enable-proxy” property. When overloading is enabled, this is equivalent to
set socketClient [ #enableProxy := value ]