Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Added more git_cred methods
  • Loading branch information
John Haley committed Oct 23, 2014
commit 31f36b5617bd795456d8d672325ec5541c21ab61
22 changes: 22 additions & 0 deletions generate/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,33 @@
"isStruct": true,
"cType": "git_cred",
"functions": {
"git_cred_default_new": {
"ignore": false,
"isPrototypeMethod": false,
"args": [{ "isSelf": false }],
"isAsync": false
},
"git_cred_has_username": {
"ignore": false,
"args": [{ "isSelf": true}]
},
"git_cred_ssh_key_from_agent": {
"ignore": false,
"isPrototypeMethod": false,
"args": [{ "isSelf": false }],
"isAsync": false
},
"git_cred_ssh_key_new": {
"ignore": false,
"isPrototypeMethod": false,
"args": [{ "isSelf": false }],
"isAsync": false
},
"git_cred_userpass_plaintext_new": {
"ignore": false,
"isPrototypeMethod": false,
"args": [{ "isSelf": false }],
"isAsync": false
}
}
},
Expand Down