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

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

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

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

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

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

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

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

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

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

Page 282 of many | Previous | Next