Function

GgitCredSshInteractivePromptnew

Declaration [src]

GgitCredSshInteractivePrompt*
ggit_cred_ssh_interactive_prompt_new (
  const gchar* name,
  const gchar* instruction,
  const gchar* text,
  gboolean is_masked
)

Description

No description available.

Parameters

name const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
instruction const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
text const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
is_masked gboolean
  No description available.

Return value

Returns: GgitCredSshInteractivePrompt
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.