gi-ggit-1.0.14: 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

newtype ProxyOptions Source #

Memory-managed wrapper type.

Constructors

ProxyOptions (ManagedPtr ProxyOptions) 

Instances

Instances details
Eq ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

GObject ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

ManagedPtrNewtype ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

Methods

toManagedPtr :: ProxyOptions -> ManagedPtr ProxyOptions

TypedObject ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

Methods

glibType :: IO GType

HasParentTypes ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

IsGValue (Maybe ProxyOptions) Source #

Convert ProxyOptions to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Ggit.Objects.ProxyOptions

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe ProxyOptions -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe ProxyOptions)

type ParentTypes ProxyOptions Source # 
Instance details

Defined in GI.Ggit.Objects.ProxyOptions

type ParentTypes ProxyOptions = '[Object]

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.