gi-ggit-1.0.11: libgit2-glib bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.Ggit.Objects.ProxyOptions

Description

Represents a git proxy options.

Synopsis

Exported types

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

new

proxyOptionsNew Source #

Arguments

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

Returns: a ProxyOptions.

Create a new proxy options object.