![]() |
![]() |
![]() |
libgit2-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
GgitCred; struct GgitCredClass; gint (*GgitCredAcquireCallback) (const gchar *url
,const gchar *username_from_url
,guint allowed_types
,GgitCred **cred
,gpointer user_data
);
GObject +----GgitObjectFactoryBase +----GgitNative +----GgitCred +----GgitCredPlaintext
gint (*GgitCredAcquireCallback) (const gchar *url
,const gchar *username_from_url
,guint allowed_types
,GgitCred **cred
,gpointer user_data
);
Signature of a function which acquires a credential object.
|
the resource for which we are demanding a credential. |
|
The username that was embedded in a "userhost "
remote url, or NULL if not included. [allow-none]
|
|
a bitmask stating which cred types are OK to return. |
|
newly created credential object. [transfer full] |
|
user-supplied data. [closure] |