vala r1220 - in trunk: . vapi



Author: malureau
Date: Mon Apr 14 10:39:09 2008
New Revision: 1220
URL: http://svn.gnome.org/viewvc/vala?rev=1220&view=rev

Log:
2008-04-14  Marc-Andre Lureau  <marcandre lureau gmail com>

	* vapi/glib-2.0.vapi (Value): renamed register_transform to
	register_transform_func.


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	Mon Apr 14 10:39:09 2008
@@ -790,7 +790,7 @@
 		public bool transform (Value dest_value);
 		[CCode (cname = "g_strdup_value_contents")]
 		public string strdup_contents ();
-		public static void register_transform (Type src_type, Type dest_type, ValueTransform transform);
+		public static void register_transform_func (Type src_type, Type dest_type, ValueTransform transform);
 		public void set_boolean (bool v_boolean);
 		public bool get_boolean ();
 		public void set_char (char v_char);



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