vala r922 - in trunk: . vapi
- From: juergbi svn gnome org
 
- To: svn-commits-list gnome org
 
- Subject: vala r922 - in trunk: . vapi
 
- Date: Tue, 29 Jan 2008 10:45:23 +0000 (GMT)
 
Author: juergbi
Date: Tue Jan 29 10:45:23 2008
New Revision: 922
URL: http://svn.gnome.org/viewvc/vala?rev=922&view=rev
Log:
2008-01-29  Juerg Billeter  <j bitron ch>
	* vapi/glib-2.0.vapi: enhance GError 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	Tue Jan 29 10:45:23 2008
@@ -1376,6 +1376,10 @@
 	[CCode (copy_function = "g_error_copy", free_function = "g_error_free")]
 	public class Error {
 		public Error (Quark domain, int code, string! format, ...);
+		public Error copy ();
+		public bool matches (Quark domain, int code);
+
+		public Quark domain;
 		public int code;
 		public string message;
 	}
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]