2009-01-07 Jürg Billeter <j@bitron.ch>
* vapi/gobject-2.0.vapi:
Fix g_object_class_find_property binding,
patch by Zeeshan Ali Khattak, fixes bug 566889
svn path=/trunk/; revision=2282
+2009-01-07 Jürg Billeter <j@bitron.ch>
+
+ * vapi/gobject-2.0.vapi:
+
+ Fix g_object_class_find_property binding,
+ patch by Zeeshan Ali Khattak, fixes bug 566889
+
2009-01-07 Jürg Billeter <j@bitron.ch>
* vala/valaclass.vala:
[CCode (lower_case_csuffix = "object_class")]
public class ObjectClass : TypeClass {
- public weak ParamSpec find_property (string property_name);
+ public weak ParamSpec? find_property (string property_name);
public weak ParamSpec[] list_properties ();
public void install_property (uint property_id, ParamSpec pspec);
}