Constructor
GgitCredSshInteractivenew
Declaration [src]
GgitCredSshInteractive*
ggit_cred_ssh_interactive_new (
const gchar* username,
GError** error
)
Parameters
username |
const gchar* |
No description available. | |
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GgitCredSshInteractive |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |