vala r1111 - in trunk: . vapi



Author: juergbi
Date: Sat Mar  8 17:19:03 2008
New Revision: 1111
URL: http://svn.gnome.org/viewvc/vala?rev=1111&view=rev

Log:
2008-03-08  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix g_module_error binding, fixes bug 520267


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 Mar  8 17:19:03 2008
@@ -1275,7 +1275,7 @@
 		public bool symbol (string! symbol_name, out pointer symbol);
 		public weak string name ();
 		public void make_resident ();
-		public weak string error ();
+		public static weak string error ();
 	}
 	
 	[CCode (cprefix = "G_MODULE_")]



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