You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those array are different than other arrays as a pointer to a special GPtrArray struct must be provided. This struct contains the length of the array (e.g.: https://docs.gtk.org/glib/struct.PtrArray.html)
If we have some managed data we need to convert it into the corresponding GLib array type. For this to happen the generator must know how to convert the data.
GirModel already differentiates those different types of arrays.
Check if this allows to remove struct arrays safehandles (e.g. ValueArray2OwnedHandle).
The text was updated successfully, but these errors were encountered:
Unfortunately there are certain GLib array types which need special attention, e.g.:
Those array are different than other arrays as a pointer to a special
GPtrArray
struct must be provided. This struct contains the length of the array (e.g.: https://docs.gtk.org/glib/struct.PtrArray.html)If we have some managed data we need to convert it into the corresponding GLib array type. For this to happen the generator must know how to convert the data.
GirModel already differentiates those different types of arrays.
Check if this allows to remove struct arrays safehandles (e.g. ValueArray2OwnedHandle).
The text was updated successfully, but these errors were encountered: