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  <[EMAIL PROTECTED]>

        * 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;
        }
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to