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

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

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

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

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

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

  7. setSocketClientTlsValidationFlags :: (MonadIO m, IsSocketClient o) => o -> [TlsCertificateFlags] -> m ()

    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 ]
    

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

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

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

Page 283 of many | Previous | Next