Constructor
GgitCredPlaintextnew
Declaration [src]
GgitCredPlaintext*
ggit_cred_plaintext_new (
const gchar* username,
const gchar* password,
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. | |
password |
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: | GgitCredPlaintext |
No description available. | |
The caller of the function takes ownership of the data, and is responsible for freeing it. |