File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 138138 "error" : -1
139139 }
140140 },
141+ "git_diff_line_cb" : {
142+ "args" : [
143+ {
144+ "name" : " delta" ,
145+ "cType" : " const git_diff_delta *"
146+ },
147+ {
148+ "name" : " hunk" ,
149+ "cType" : " const git_diff_hunk *"
150+ },
151+ {
152+ "name" : " line" ,
153+ "cType" : " const git_diff_line *"
154+ },
155+ {
156+ "name" : " payload" ,
157+ "cType" : " void *"
158+ }
159+ ],
160+ "return" : {
161+ "type" : " int" ,
162+ "noResults" : 1 ,
163+ "success" : 0 ,
164+ "error" : -1
165+ }
166+ },
141167 "git_status_cb" : {
142168 "args" : [
143169 {
408434 "error" : -1
409435 }
410436 },
411- "git_transport_message_cb " : {
437+ "git_repository_fetchhead_foreach_cb " : {
412438 "args" : [
413439 {
414440 "name" : " refname" ,
605631 "success" : 0 ,
606632 "error" : -1
607633 }
634+ },
635+ "git_config_foreach_cb" : {
636+ "args" : [
637+ {
638+ "name" : " entry" ,
639+ "cType" : " const git_config_entry *"
640+ },
641+ {
642+ "name" : " payload" ,
643+ "cType" : " void *"
644+ }
645+ ],
646+ "return" : {
647+ "type" : " int" ,
648+ "noResults" : 1 ,
649+ "success" : 0 ,
650+ "error" : -1
651+ }
608652 }
609653}
You can’t perform that action at this time.
0 commit comments