You've already forked gnatcoll-bindings
mirror of
https://github.com/AdaCore/gnatcoll-bindings.git
synced 2026-02-12 12:59:11 -08:00
The cfunc is stored inside the descriptor when doing: f = Foo() f.bar() => cfunc is retrieved via tp_descr_get Foo.bar(f) => cfunc is retrieved via tp_call Without defining tp_call it will try to call a wrapping function without the proper flags. Change-Id: I164492895cee66dd4d9946b505c6866c2fea768a