Skip to content

Commit 1f02d42

Browse files
committed
Merge pull request nodegit#1014 from srajko/tree-entry-fix
Move git_tree_entry_free descriptor to tree_entry group
2 parents 1799ae1 + ac19506 commit 1f02d42

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

generate/input/descriptor.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2424,11 +2424,6 @@
24242424
"ownedByThis": true
24252425
}
24262426
},
2427-
"git_tree_entry_id": {
2428-
"return": {
2429-
"ownedByThis": true
2430-
}
2431-
},
24322427
"git_tree_entrycount": {
24332428
"jsFunctionName": "entryCount"
24342429
},
@@ -2465,7 +2460,14 @@
24652460
},
24662461
"tree_entry": {
24672462
"dupFunction": "git_tree_entry_dup",
2468-
"freeFunctionName": "git_tree_entry_free"
2463+
"freeFunctionName": "git_tree_entry_free",
2464+
"functions": {
2465+
"git_tree_entry_id": {
2466+
"return": {
2467+
"ownedByThis": true
2468+
}
2469+
}
2470+
}
24692471
},
24702472
"writestream": {
24712473
"cType": "git_writestream",

0 commit comments

Comments
 (0)