GNOME Bugzilla – Bug 638693
GDBus: Invalid C code because Vala does not enforce error signature
Last modified: 2011-04-07 13:55:19 UTC
If you define an dbus interface or a class with a dbus interface but forget to define an error signature (i.e. throws DBusError, IOError) then Vala creates invalid C code (error parameter not found). Vala should enfore dbus methods throwing DBusError and IOError.
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 643787 ***