gi-ggit-1.0.12: 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.Structs.CredSshInteractivePrompt

Description

Represents a ssh interactive prompt.

Synopsis

Exported types

newtype CredSshInteractivePrompt Source #

Memory-managed wrapper type.

Methods

Click to display all available methods, including inherited ones

Expand

Methods

isMasked, ref, unref.

Getters

getInstruction, getName, getResponse, getText.

Setters

setResponse.

getInstruction

credSshInteractivePromptGetInstruction :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getName

credSshInteractivePromptGetName :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getResponse

credSshInteractivePromptGetResponse :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

getText

credSshInteractivePromptGetText :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Text Source #

No description available in the introspection data.

isMasked

credSshInteractivePromptIsMasked :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m Bool Source #

No description available in the introspection data.

new

credSshInteractivePromptNew :: (HasCallStack, MonadIO m) => Text -> Text -> Text -> Bool -> m CredSshInteractivePrompt Source #

No description available in the introspection data.

ref

credSshInteractivePromptRef :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m CredSshInteractivePrompt Source #

No description available in the introspection data.

setResponse

credSshInteractivePromptSetResponse :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> Text -> m () Source #

No description available in the introspection data.

unref

credSshInteractivePromptUnref :: (HasCallStack, MonadIO m) => CredSshInteractivePrompt -> m () Source #

No description available in the introspection data.