Open vixalien opened 11 months ago
As discussed in #21, deno_gi always assume arrays are C arrays, when they can sometimes be GArray, GPtrArray or GByteArray, depending on GIArrayType. We should support boxing and unboxing into all those different array types.
GArray
GPtrArray
GByteArray
GIArrayType
As discussed in #21, deno_gi always assume arrays are C arrays, when they can sometimes be
GArray
,GPtrArray
orGByteArray
, depending onGIArrayType
. We should support boxing and unboxing into all those different array types.