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)
commit70add69e9b3212a0f6e9ea27a1ecced2b871bd16
treef6483e1b9425adcd9d63776ffef8a513bb436967
parent2b61be9a9a7aee264598173cb2981493bce80177
gdbus: Remove connection from pending_property functions

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()
gdbus/gdbus.h
gdbus/object.c