Marcel Tiede
Marcel Tiede
Verify if we really need the type dictionary. There was already an attempt to omit it: 34f0358b3d5f9ad8ce1ba83ec7ead23b0c845162
To allow easy binding of GTK widgets with viewmodels there needs to be some kind of binding mechanism. Ideas: * .NET 5 has new source generators * https://github.com/badcel/BindingSharp * https://developer.gnome.org/gobject/stable/GBinding.html
https://docs.microsoft.com/en-us/nuget/nuget-org/id-prefix-reservation
- [x] I agree that my contribution may be licensed either under MIT or any version of LGPL license. - [x] Remove legacy record code - [ ] Remove Generator...
Currently structs in the internal namespace use non blitable types like strings or delegates. This results in the LayoutKind attribute to be implicitly changed to "Auto". Using blitable types should...
As C records are represented as classes an equality check between should be added to ensure that two identical instances return the information that they are identical: implement for: -...
Automatically embed samples on Homepage
There is work in progress to annotate async functions: https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/404 Once this is landed it should be easy to support async functions without heuristics.
Custom build binaries (not originating from msys2, brew, gnome sdk) are not supported and need a custom GirCore build. reasons can be found in #963 add documentation to: https://github.com/gircore/gir.core/blob/main/docs/docs/use.md