GNOME Bugzilla – Bug 522353
nullable structs are not respected
Last modified: 2008-03-14 18:53:37 UTC
Please describe the problem: I'm implementing this virtual method from Gtk.CellRenderer: set_size(Gtk.Widget a, Gdk.Rectangle? b, out int c, out int d, out int e, out int f) { return; } The code generated does: Gdk.Rectangle *b; b = *_b; whithout checking that _b is null. Steps to reproduce: I'll attach a test case Actual results: Expected results: Does this happen every time? Other information:
Created attachment 107263 [details] Overrinding nullable type.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of 514864 ***