kou commented on issue #44515:
URL: https://github.com/apache/arrow/issues/44515#issuecomment-2434002835

   Great!
   
   It seems that https://github.com/ananis25/darrow generates bindings from C 
header files. But we don't need to do it because Apache Arrow C GLib supports 
GObject Introspection.
   https://gi.readthedocs.io/en/latest/
   
   GObject Introspection provides API related metadata. We can use them instead 
of parsing C header files.
   
   It seems that there is a D tool for GObject Introspection: 
https://github.com/gtkd-developers/gir-to-d
   
   Can we use it instead of parsing C header files?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to