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
426 stars 141 forks source link

[Gen] Allow null passing of funcs, and transform into IntPtr.Zero, no… #218

Closed Therzok closed 6 years ago

Therzok commented 6 years ago

…t a callback to null

https://gist.github.com/Therzok/4ae526125345bc7a4fdf493dd04bfb7a

alanmcgovern commented 6 years ago

LGTM :)