gir.core
gir.core copied to clipboard
A C# binding generator for GObject based libraries providing a C# friendly API surface
Keep the gir files in sync with https://github.com/gircore/gir-files
It would be awesome to have a nuget package bundled up. I'm keen to find a start creating c# apps for the Linux desktop/mobile software ecosystem, and I think this...
If we have some releases we can consider applying to [GNOME Circle](https://circle.gnome.org/). ------ During fosdem 21 it was confirmed that language bindings could be part of gnome circle. ------ There...
See: https://gitlab.gnome.org/GNOME/gobject-introspection/blob/master/docs/gir-1.2.rnc#L170 The attribute is set for standard and fundamental classes. Verify the implications of this attribute on our generated code. Currently the attribute is ignored and all classes never...
Bumps [OneOf](https://github.com/mcintyre321/OneOf) from 3.0.216 to 3.0.223. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [Scriban](https://github.com/scriban/scriban) from 4.1.0 to 5.5.0. Release notes Sourced from Scriban's releases. 5.5.0 Changes ✨ New Features Add TemplateContext case insensitivity (#449) (PR #450) by @kae Full Changelog: 5.4.6...5.5.0 5.4.6...
Verify if we can generate constructors with optional parameters for each construct only property or how we can fill construct only properties as those are not part of the public...
https://www.nuget.org/packages/Microsoft.Toolkit.Mvvm https://docs.microsoft.com/en-us/windows/communitytoolkit/mvvm/introduction This needs support of gtk widgets for commands, INotifyDataErrorInfo etc. implementing this increases the compatibility with existing dotnet code as this interfaces are commonly used / expected to...
This might already be supported (as in bindings exist for everything that's needed), but I can't seem to figure out how to get a menu item to appear clickable and...
I found this info on registering actions for an application to work with a menu: https://stackoverflow.com/questions/68537946/gtk4c-how-should-actions-connect-with-menu-items however it seems that gir.core is missing the required things to register those, this...