![]() |
![]() |
![]() |
libgit2-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
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
);
GObject +----GgitObjectFactoryBase +----GgitNative +----GgitCred +----GgitCredPlaintext
"password" gchar* : Read / Write / Construct Only "username" gchar* : Read / Write / Construct Only
typedef struct _GgitCredPlaintext GgitCredPlaintext;
Represents a plain text credential.
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
);