Add GObject.ref_count binding, fixes bug 532584
authorJürg Billeter <j@bitron.ch>
Wed, 30 Jul 2008 20:54:25 +0000 (20:54 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Wed, 30 Jul 2008 20:54:25 +0000 (20:54 +0000)
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

ChangeLog
vapi/glib-2.0.vapi

index 647069a..6546581 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index b5c2971..3726e02 100644 (file)
@@ -920,6 +920,8 @@ namespace GLib {
 
        [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")]