Marcel Tiede
Marcel Tiede
Alternatively it is possible with dotnet 7 to define a static interface method which creates an instance of an object. The safehandle on the other hand could carry the information...
I looked into this topic a bit and it looks like it is not very easy with the current implementation. For example callbacks are not pointers but objects. Therefore the...
This probably affects regular callbacks, too.
Fixed for signal callbacks in #861
For classes which implement interfaces inside list models this should already work For private classes which implement interfaces not. Your suggestion using a method to cast the list items we...
Ah good point! I will add some equality check to the generator which just compares the pointers. edit: Or perhaps we do the member comparison? I think it could even...
Additionally check the final attribute.
Gtk-rs uses the builder pattern.
I think this issue is more or less resolved since 0.4.0 as span is used for primitive data type arrays. The only thing I saw while checking the [tests](https://github.com/gircore/gir.core/blob/main/src/Tests/Libs/GirTest-0.1.Tests/ByteArrayTest.cs) is...
Records accept owned handles only. See #622.