GNOME Bugzilla – Bug 739100
get_proxy_type_func paramater in DBusObjectManagerClient.new_for_bus should be nullable
Last modified: 2017-04-27 08:52:48 UTC
Created attachment 289243 [details] [review] Patch to fix bindings The documentation says that this can be null: > A DBusProxyTypeFunc function or null to always construct DBusProxy proxies. And it was already nullable for the sync versions of the same call.
Comment on attachment 289243 [details] [review] Patch to fix bindings commit 7147ebab96498266515c9457d3fab8ee090e0aac Author: David Lechner <david@lechnology.com> Date: Thu Oct 23 21:31:03 2014 -0500 gio-2.0: Fix async DBusObjectManagerClient.new/new_for_bus constructors Passing null is allowed for get_proxy_type_func parameter.