Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype ProxyURIResolver = ProxyURIResolver (ManagedPtr ProxyURIResolver)
- noProxyURIResolver :: Maybe ProxyURIResolver
- class (GObject o, IsDescendantOf ProxyURIResolver o) => IsProxyURIResolver o
- toProxyURIResolver :: (MonadIO m, IsProxyURIResolver o) => o -> m ProxyURIResolver
- proxyURIResolverGetProxyUriAsync :: (HasCallStack, MonadIO m, IsProxyURIResolver a, IsCancellable b) => a -> URI -> Maybe MainContext -> Maybe b -> ProxyURIResolverCallback -> m ()
- proxyURIResolverGetProxyUriSync :: (HasCallStack, MonadIO m, IsProxyURIResolver a, IsCancellable b) => a -> URI -> Maybe b -> m (Word32, URI)
Exported types
newtype ProxyURIResolver Source #
Memory-managed wrapper type.
Instances
GObject ProxyURIResolver Source # | |
Defined in GI.Soup.Interfaces.ProxyURIResolver gobjectType :: IO GType # | |
HasParentTypes ProxyURIResolver Source # | |
Defined in GI.Soup.Interfaces.ProxyURIResolver | |
type ParentTypes ProxyURIResolver Source # | |
Defined in GI.Soup.Interfaces.ProxyURIResolver |
noProxyURIResolver :: Maybe ProxyURIResolver Source #
A convenience alias for Nothing
:: Maybe
ProxyURIResolver
.
class (GObject o, IsDescendantOf ProxyURIResolver o) => IsProxyURIResolver o Source #
Type class for types which can be safely cast to ProxyURIResolver
, for instance with toProxyURIResolver
.
Instances
(GObject o, IsDescendantOf ProxyURIResolver o) => IsProxyURIResolver o Source # | |
Defined in GI.Soup.Interfaces.ProxyURIResolver |
toProxyURIResolver :: (MonadIO m, IsProxyURIResolver o) => o -> m ProxyURIResolver Source #
Cast to ProxyURIResolver
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
getProxyUriAsync
proxyURIResolverGetProxyUriAsync Source #
:: (HasCallStack, MonadIO m, IsProxyURIResolver a, IsCancellable b) | |
=> a |
|
-> URI |
|
-> Maybe MainContext |
|
-> Maybe b |
|
-> ProxyURIResolverCallback |
|
-> m () |
Deprecated: ProxyURIResolver
is deprecated in favor ofProxyResolver
Asynchronously determines a proxy URI to use for msg
and calls
callback
.
Since: 2.26.3
getProxyUriSync
proxyURIResolverGetProxyUriSync Source #
:: (HasCallStack, MonadIO m, IsProxyURIResolver a, IsCancellable b) | |
=> a |
|
-> URI |
|
-> Maybe b |
|
-> m (Word32, URI) | Returns: |
Deprecated: ProxyURIResolver
is deprecated in favor ofProxyResolver
Synchronously determines a proxy URI to use for uri
. If uri
should be sent via proxy, *proxyUri
will be set to the URI of the
proxy, else it will be set to Nothing
.
Since: 2.26.3