mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
428 stars 140 forks source link

Plug leaks #161

Closed Therzok closed 8 years ago

Therzok commented 8 years ago

~~ https://gist.github.com/Therzok/709f0e6088b6e0af5bc03a833c184b00 ~~

This is now obsolete, the generator is doing no change, but the commit is ok for when a new struct type appears that has pointers in its members.

Therzok commented 8 years ago

cc @DavidKarlas @alanmcgovern

alanmcgovern commented 8 years ago

lgtm

bratsche commented 8 years ago

How much of this applies to gtk#3 / master?

Therzok commented 8 years ago

A big part, I guess? I'd need to find out if gtk breaks annotation contract between versions. If not, then all of this applies to master.