Marcel Tiede
Marcel Tiede
Currently we use reflection to create an object from an IntPtr: https://github.com/gircore/gir.core/blob/cc0732290999a390478602c51bafaf3650d8d006/Libs/GObject-2.0/Native/Classes/ObjectWrapper.cs#L70 https://github.com/gircore/gir.core/blob/2e2575061fca2cbdc7f359195e59ec7411ed998b/Libs/GObject-2.0/Native/Classes/BoxedWrapper.cs#L59 This is necessary because the TypeDictioanry only returns our instance type for a given GType. If we...
If some API is not available on the host system because it is older than the dotnet library there can be several problems: - [ ] Types could be not...
If there is some stable code base of [Grex](https://github.com/refi64/grex) see if it can be integrated into the stack.
Add Gtk4 drawing area sample. Requires `DrawingArea.SetDrawFunc` to be available which is not yet generated du to missing support. - [ ] Add missing support for methods with callbacks Message:...
There are types in GLib which have a Type function like: `g_array_get_type` Those types are currently not registered with the type system as the type system is part of GObject...
Expressions can be a property. To get the expression there are special functions to create an expression paramspec and retrieve an expression. Those functions are part of gtk. the general...
There is a bug in SDK 6.0.200 which fails the code format verification. See: https://github.com/dotnet/format/issues/1519 Revert commit d04fbfcf41596cb2255ed969ee0333335c8baccd once the bug is solved. Failed build: https://github.com/gircore/gir.core/runs/5220806768?check_suite_focus=true Working build only SDK-Version...
https://gitlab.gnome.org/jwestman/blueprint-compiler If it works create a sample.
Fixes #559
Verify documentation generation with doxygen. Try https://github.com/UglyToad/PdfPig as an example.