| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Ggit.Objects.ProxyOptions
Contents
Description
Represents a git proxy options.
- newtype ProxyOptions = ProxyOptions (ManagedPtr ProxyOptions)
- class GObject o => IsProxyOptions o
- toProxyOptions :: (MonadIO m, IsProxyOptions o) => o -> m ProxyOptions
- noProxyOptions :: Maybe ProxyOptions
- proxyOptionsNew :: (HasCallStack, MonadIO m) => m ProxyOptions
Exported types
newtype ProxyOptions Source #
Constructors
| ProxyOptions (ManagedPtr ProxyOptions) |
class GObject o => IsProxyOptions o Source #
Instances
toProxyOptions :: (MonadIO m, IsProxyOptions o) => o -> m ProxyOptions Source #
Methods
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => m ProxyOptions | Returns: a |
Create a new proxy options object.