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.CredSshInteractive

Description

Represents a ssh interactive credential.

Synopsis

Exported types

newtype CredSshInteractive Source #

Memory-managed wrapper type.

Constructors

CredSshInteractive (ManagedPtr CredSshInteractive) 

Instances

Instances details
Eq CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

GObject CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

ManagedPtrNewtype CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

TypedObject CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

Methods

glibType :: IO GType

HasParentTypes CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

IsGValue (Maybe CredSshInteractive) Source #

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

Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

type ParentTypes CredSshInteractive Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

type ParentTypes CredSshInteractive = '[Cred, Native, ObjectFactoryBase, Object, Initable]

class (GObject o, IsDescendantOf CredSshInteractive o) => IsCredSshInteractive o Source #

Type class for types which can be safely cast to CredSshInteractive, for instance with toCredSshInteractive.

Instances

Instances details
(GObject o, IsDescendantOf CredSshInteractive o) => IsCredSshInteractive o Source # 
Instance details

Defined in GI.Ggit.Objects.CredSshInteractive

toCredSshInteractive :: (MonadIO m, IsCredSshInteractive o) => o -> m CredSshInteractive Source #

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

Methods

getUsername

credSshInteractiveGetUsername :: (HasCallStack, MonadIO m, IsCredSshInteractive a) => a -> m Text Source #

No description available in the introspection data.

new

credSshInteractiveNew Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> Text 
-> m CredSshInteractive

(Can throw GError)

No description available in the introspection data.

Properties

username

No description available in the introspection data.

constructCredSshInteractiveUsername :: (IsCredSshInteractive o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “username” property. This is rarely needed directly, but it is used by new.

getCredSshInteractiveUsername :: (MonadIO m, IsCredSshInteractive o) => o -> m Text Source #

Get the value of the “username” property. When overloading is enabled, this is equivalent to

get credSshInteractive #username