2008-07-30 Jürg Billeter <j@bitron.ch>
* vapi/glib-2.0.vapi:
Add GObject.ref_count binding, fixes bug 532584
svn path=/trunk/; revision=1727
+2008-07-30 Jürg Billeter <j@bitron.ch>
+
+ * vapi/glib-2.0.vapi:
+
+ Add GObject.ref_count binding, fixes bug 532584
+
2008-07-23 Jared Moore <jaredm@svn.gnome.org>
* vala/valainterfacewriter.vala:
[CCode (ref_function = "g_object_ref", unref_function = "g_object_unref", marshaller_type_name = "OBJECT", get_value_function = "g_value_get_object", set_value_function = "g_value_set_object", cheader_filename = "glib-object.h")]
public class Object : TypeInstance {
+ public uint ref_count;
+
public static Object @new (Type type, ...);
[CCode (cname = "G_TYPE_FROM_INSTANCE")]