gi-ggit-1.0.8: libgit2-glib bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Ggit.Objects.ProxyOptions

Description

Represents a git proxy options.

Synopsis

Exported types

newtype ProxyOptions Source #

Memory-managed wrapper type.

class (GObject o, IsDescendantOf ProxyOptions o) => IsProxyOptions o Source #

Type class for types which can be safely cast to ProxyOptions, for instance with toProxyOptions.

Instances

Instances details
(GObject o, IsDescendantOf ProxyOptions o) => IsProxyOptions o Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

toProxyOptions :: (MonadIO m, IsProxyOptions o) => o -> m ProxyOptions Source #

Cast to ProxyOptions, for types for which this is known to be safe. For general casts, use castTo.

Methods

Overloaded methods

new

proxyOptionsNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> m (Maybe ProxyOptions)

Returns: a ProxyOptions.

Create a new proxy options object.