GNOME Bugzilla – Bug 528567
dup_func should be marked as construct property
Last modified: 2008-04-19 08:34:48 UTC
Please describe the problem: the internal generic dup_func properties should be marked as construct properties. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 109419 [details] Bidirectional Map test case This test case outlines the problem when the dup_func is not available during the construct.
2008-04-19 Jürg Billeter <j@bitron.ch> * gobject/valaccodeassignmentbinding.vala, gobject/valaccodebinding.vala, gobject/valaccodeclassbinding.vala, gobject/valaccodemethodbinding.vala: Mark generic type parameter properties as construct-only, fixes bug 528567 Fixed in r1265.