GNOME Bugzilla – Bug 683771
First argument (bus_name) of g_dbus_connection_call_sync() should be NULLable
Last modified: 2012-09-11 12:19:29 UTC
Created attachment 223985 [details] Example to test the behavior This is needed to be able setup a peer-to-peer connection. See attachment for an example.
The current documentation (and annotation) do not point out that bus_name can be NULL. The asynchronous variant g_dbus_connection_call() does, though.
Created attachment 223986 [details] [review] Fix Annotations
Comment on attachment 223986 [details] [review] Fix Annotations Looks good to me. However, this is just a review, not a signoff for committing, as I'm not a GLib maintainer (just a mere introspection guy).
Created attachment 223987 [details] Example to test the behavior Fixes a test-script bug
Review of attachment 223986 [details] [review]: Looks good, thanks.