Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype ProxyAddressEnumerator

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Memory-managed wrapper type.

  2. ProxyAddressEnumerator :: ManagedPtr ProxyAddressEnumerator -> ProxyAddressEnumerator

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    No documentation available.

  3. clearProxyAddressEnumeratorProxyResolver :: (MonadIO m, IsProxyAddressEnumerator o) => o -> m ()

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Set the value of the “proxy-resolver” property to Nothing. When overloading is enabled, this is equivalent to

    clear #proxyResolver
    

  4. constructProxyAddressEnumeratorConnectable :: (IsProxyAddressEnumerator o, MonadIO m, IsSocketConnectable a) => a -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “connectable” property. This is rarely needed directly, but it is used by new.

  5. constructProxyAddressEnumeratorDefaultPort :: (IsProxyAddressEnumerator o, MonadIO m) => Word32 -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “default-port” property. This is rarely needed directly, but it is used by new.

  6. constructProxyAddressEnumeratorProxyResolver :: (IsProxyAddressEnumerator o, MonadIO m, IsProxyResolver a) => a -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “proxy-resolver” property. This is rarely needed directly, but it is used by new.

  7. constructProxyAddressEnumeratorUri :: (IsProxyAddressEnumerator o, MonadIO m) => Text -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Construct a GValueConstruct with valid value for the “uri” property. This is rarely needed directly, but it is used by new.

  8. getProxyAddressEnumeratorConnectable :: (MonadIO m, IsProxyAddressEnumerator o) => o -> m (Maybe SocketConnectable)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Get the value of the “connectable” property. When overloading is enabled, this is equivalent to

    get proxyAddressEnumerator #connectable
    

  9. getProxyAddressEnumeratorDefaultPort :: (MonadIO m, IsProxyAddressEnumerator o) => o -> m Word32

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Get the value of the “default-port” property. When overloading is enabled, this is equivalent to

    get proxyAddressEnumerator #defaultPort
    

  10. getProxyAddressEnumeratorProxyResolver :: (MonadIO m, IsProxyAddressEnumerator o) => o -> m (Maybe ProxyResolver)

    gi-gio GI.Gio.Objects.ProxyAddressEnumerator

    Get the value of the “proxy-resolver” property. When overloading is enabled, this is equivalent to

    get proxyAddressEnumerator #proxyResolver
    

Page 209 of many | Previous | Next