vala r1727 - in trunk: . vapi



Author: juergbi
Date: Wed Jul 30 20:54:25 2008
New Revision: 1727
URL: http://svn.gnome.org/viewvc/vala?rev=1727&view=rev

Log:
2008-07-30  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi:

	Add GObject.ref_count binding, fixes bug 532584


Modified:
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Wed Jul 30 20:54:25 2008
@@ -920,6 +920,8 @@
 
 	[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")]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]