GNOME Bugzilla – Bug 710643
DBusObjectManagerClient.new[_for_bus]() missing ‘throws’
Last modified: 2013-10-24 15:55:07 UTC
DBusObjectManagerClietn.new[for_bus]() take a GError parameter in their _finish() functions, but the .vapi doesn’t show this. Patch coming.
Created attachment 257846 [details] [review] gio-2.0: Add ‘throws’ to DBusObjectManagerClient.new[_for_bus]()
Those are defined in vapi/metadata/Gio-2.0-custom.vala. Could you fix them there instead of in the metadata?
Created attachment 257893 [details] [review] gio-2.0: Add ‘throws’ to DBusObjectManagerClient.new[_for_bus]()
Comment on attachment 257893 [details] [review] gio-2.0: Add ‘throws’ to DBusObjectManagerClient.new[_for_bus]() commit 2c8c55a46a001ddb3ea7dcb2a2af379da40446b6 Author: Philip Withnall <philip.withnall@collabora.co.uk> Date: Tue Oct 22 13:13:36 2013 +0100 gio-2.0: Add ‘throws’ to DBusObjectManagerClient.new[_for_bus]() https://bugzilla.gnome.org/show_bug.cgi?id=710643 vapi/gio-2.0.vapi | 4 ++-- vapi/metadata/Gio-2.0-custom.vala | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)