Marcel Tiede
Marcel Tiede
Vala does not have a GObject namespace: https://valadoc.org/gobject-2.0/index.htm There is some reason for this. Perhaps it is related to the issue that GStrv is part of the GObject shared library...
Move GObject / GLib into a new `Runtime` folder. The code in `GObject` / `GLib` will be mostly written by hand as it is the foundation code to allow bindings...
Verify if the documentation generator allows to use partial methods to document methods which are generated.
Code analysers can be enabled at build time see: https://docs.microsoft.com/de-de/visualstudio/code-quality/roslyn-analyzers-overview?view=vs-2019
If it is decided wether we use `SafeHandle` or not (see #198) we need to work on the GLib classes. They do not inherit from GObject and thus do not...
I had a small break through today regarding virtual methods and overriding thank's to the help of @webczat in gitter/chsharplang. What do you think of the virtual method implementation in...
..... We should think of how to deal with non-fatal errors however. GStreamer has a few instances of "Recoverable Errors", but I haven't looked into that too much yet. _Originally...
This is a collection of ideas which could lead to better integration of this library into thje C# eco system. Those ideas are low on the priority list, as long...