gdbus: Remove connection from pending_property functions
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 17 Oct 2012 15:14:28 +0000 (12:14 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 26 Nov 2012 13:44:48 +0000 (14:44 +0100)
The reply to a DBus.Properties.Set() method call should go through the
same D-Bus connection. Thus remove the DBusConnection parameter from the
following functions:

    - g_dbus_pending_property_success()
    - g_dbus_pending_property_error_valist()
    - g_dbus_pending_property_error()


No differences found