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 11:58:54 +0000 (12:58 +0100)
commit2e6824dbb0aca4d0d62da91e6eb20fff3867dd5f
tree86b4d49186f45310acca4048b6477ead52443acc
parent8aaa1103705ce61e896f3ce5e3836de0034cba95
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