mvz / gir_ffi

Auto-generate bindings for GObject based libraries at run time using FFI

Home Page:https://github.com/mvz/gir_ffi/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support SizedArray with filename elements

mvz opened this issue · comments

For filename elements, SizedArray#element_ffi_type returns :filename, which FFI.type_size cannot handle. It should return :pointer.