]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
dbus-glib-1: Fix dbus_error_init binding
authorJürg Billeter <j@bitron.ch>
Tue, 7 Apr 2009 13:29:40 +0000 (15:29 +0200)
committerJürg Billeter <j@bitron.ch>
Sun, 12 Apr 2009 15:59:14 +0000 (17:59 +0200)
vapi/dbus-glib-1.vapi

index 780045308431a1c2cc96c7d625746917cdd6d88b..400b6f66f23db893359a136b05d4a0d439d05fde 100644 (file)
@@ -47,7 +47,7 @@ namespace DBus {
                public string name;
                public string message;
 
-               public void init ();
+               public RawError ();
                public bool has_name (string name);
                public bool is_set ();
        }