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

[GLib] Make GetPropertyCallback not send an index. #190

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

Based on msdn docs https://msdn.microsoft.com/en-us/library/b05d59ty(v=vs.110).aspx, it should be null for non-indexed properties. Thus, we can safely use the variant which doesn't pass an index.