vala r2140 - in trunk: . vapi



Author: juergbi
Date: Sat Dec 13 15:17:23 2008
New Revision: 2140
URL: http://svn.gnome.org/viewvc/vala?rev=2140&view=rev

Log:
2008-12-13  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi:

	Remove g_thread_init binding, should never be called manually


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	Sat Dec 13 15:17:23 2008
@@ -1158,10 +1158,7 @@
 	}
 
 	/* Thread support */
-	[Compact]
-	public class ThreadFunctions {
-	}
-	
+
 	public delegate void* ThreadFunc ();
 	public delegate void Func (void* data);
 	
@@ -1175,7 +1172,6 @@
 	
 	[Compact]
 	public class Thread {
-		public static void init (ThreadFunctions? vtable = null);
 		public static bool supported ();
 		public static weak Thread create (ThreadFunc func, bool joinable) throws ThreadError;
 		public static weak Thread create_full (ThreadFunc func, ulong stack_size, bool joinable, bool bound, ThreadPriority priority) throws ThreadError;



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