vala r1462 - in trunk: . vapi



Author: juergbi
Date: Wed May 28 16:14:12 2008
New Revision: 1462
URL: http://svn.gnome.org/viewvc/vala?rev=1462&view=rev

Log:
2008-05-28  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix GTypeModule binding


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 May 28 16:14:12 2008
@@ -717,8 +717,7 @@
 	public interface TypePlugin {
 	}
 
-	[Compact]
-	public class TypeModule : TypePlugin {
+	public class TypeModule : Object, TypePlugin {
 		public bool use ();
 		public void unuse ();
 		public void set_name (string name);



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