| GgitCredPlaintextGgitCredPlaintext |  | 
Implemented Interfaces
GgitCredPlaintext implements
 GInitable.
 
Functions
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);
 
 
Types and Values
GgitCredPlaintext
typedef struct _GgitCredPlaintext GgitCredPlaintext;
Represents a plain text credential.
 
struct GgitCredPlaintextClass
struct GgitCredPlaintextClass {
};
 
 
Property Details
The “password” property
  “password”                 gchar *
The password.
Owner: GgitCredPlaintext
Flags: Read / Write / Construct Only
Default value: NULL
 
The “username” property
  “username”                 gchar *
The user name.
Owner: GgitCredPlaintext
Flags: Read / Write / Construct Only
Default value: NULL