Marcel Tiede
Marcel Tiede
@firox263 I opened #55 to finally settle on how we want the documentation to be published. But like you said it is not very pressing at the moment. More interesting...
Libadwaita gir file is now available on the develop branch. To get libadwaita into the develop branch the following things must be done: - [ ] Creating the C# project...
Good catch! Actually the name is not `Path` but `Paths`. I wonder if this was somehow intended to avoid naming conflicts by the cairo devs. So this could still work....
I'm not sure if we need the split. We need to see if there is a difference in generating the code for GObject / GLib compared to other projects. This...
For me this would be okay in general. Would you like to change the generator to be able to use unsafe code? Or which kind of native methods would you...
Verify if we can rewrite methods to be named like properties.
Using safe handles allows to differentiate between owned and unowned handles. This would simplify the object constructor which currently requires an intptr and the information of the ptr is owned...
Thank you for your suggestion. To test if the current code works well for F#, too some initial samples would be great. Perhaps we need to provide some additional F#...
Thanks for testing F#. Great to see that it is working! :rocket: I'm not sure how signals will work with F#. I would need to dig into it myself. In...
Regarding our internal code documentation I want the project to be as self documenting as possible. It should adhere to the clean code principles which are summarized [here](https://gist.github.com/wojteklu/73c6914cc446146b8b533c0988cf8d29#comments-rules). Regarding public...