Skip to content

Commit 31f36b5

Browse files
author
John Haley
committed
Added more git_cred methods
1 parent 4113536 commit 31f36b5

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

generate/descriptor.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,33 @@
284284
"isStruct": true,
285285
"cType": "git_cred",
286286
"functions": {
287+
"git_cred_default_new": {
288+
"ignore": false,
289+
"isPrototypeMethod": false,
290+
"args": [{ "isSelf": false }],
291+
"isAsync": false
292+
},
293+
"git_cred_has_username": {
294+
"ignore": false,
295+
"args": [{ "isSelf": true}]
296+
},
287297
"git_cred_ssh_key_from_agent": {
288298
"ignore": false,
289299
"isPrototypeMethod": false,
290300
"args": [{ "isSelf": false }],
291301
"isAsync": false
302+
},
303+
"git_cred_ssh_key_new": {
304+
"ignore": false,
305+
"isPrototypeMethod": false,
306+
"args": [{ "isSelf": false }],
307+
"isAsync": false
308+
},
309+
"git_cred_userpass_plaintext_new": {
310+
"ignore": false,
311+
"isPrototypeMethod": false,
312+
"args": [{ "isSelf": false }],
313+
"isAsync": false
292314
}
293315
}
294316
},

0 commit comments

Comments
 (0)