svn path=/trunk/; revision=2240
+2008-12-25 Étienne BERSAC <bersace03@laposte.net>
+
+ * gobject/valaccodebasemodule.vala:
+
+ Don't prevent notifying struct property.
+
2008-12-22 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
prop.notify &&
prop.access != SymbolAccessibility.PRIVATE && // FIXME: use better means to detect gobject properties
prop.binding == MemberBinding.INSTANCE &&
- !prop.property_type.is_real_struct_type () &&
(acc.writable || acc.construction)) {
var notify_call = new CCodeFunctionCall (new CCodeIdentifier ("g_object_notify"));
notify_call.add_argument (new CCodeCastExpression (new CCodeIdentifier ("self"), "GObject *"));