| Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
Synopsis
GgitCredPlaintext; struct GgitCredPlaintextClass; GgitCredPlaintext * ggit_cred_plaintext_new (const gchar *username,const gchar *password,GError **error); const gchar * ggit_cred_plaintext_get_username (GgitCredPlaintext *cred); const gchar * ggit_cred_plaintext_get_password (GgitCredPlaintext *cred);
Object Hierarchy
GObject +----GgitObjectFactoryBase +----GgitNative +----GgitCred +----GgitCredPlaintext
Properties
"password" gchar* : Read / Write / Construct Only "username" gchar* : Read / Write / Construct Only
Details
GgitCredPlaintext
typedef struct _GgitCredPlaintext GgitCredPlaintext;
Represents a plain text credential.
ggit_cred_plaintext_new ()
GgitCredPlaintext * ggit_cred_plaintext_new (const gchar *username,const gchar *password,GError **error);
ggit_cred_plaintext_get_username ()
const gchar * ggit_cred_plaintext_get_username (GgitCredPlaintext *cred);
ggit_cred_plaintext_get_password ()
const gchar * ggit_cred_plaintext_get_password (GgitCredPlaintext *cred);
