gdbus: Protect standalone proxy creation with client reference
[platform/upstream/connman.git] / gdbus / client.c
2012-12-29 Marcel Holtmanngdbus: Protect standalone proxy creation with client...
2012-12-28 Marcel Holtmanngdbus: Use object manager only if callback functions...
2012-12-28 Marcel Holtmanngdbus: Use client service name and not hardcoded org...
2012-12-28 Marcel Holtmanngdbus: Add support for creating D-Bus proxies without...
2012-12-22 Marcel Holtmanngdbus: Avoid using g_ptr_array_new_full convenience...
2012-12-19 Marcel Holtmanngdbus: Increase the method call timeout to 5 minutes
2012-12-19 Marcel Holtmanngdbus: Fix race condition with creating duplicate clien...
2012-12-19 Marcel Holtmanngdbus: Fix issue with unref of client while parsing...
2012-12-19 Marcel Holtmanngdbus: Fix issue with unref of client in connect handler
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client method calls
2012-12-19 Marcel Holtmanngdbus: Add callback support for handling property changes
2012-12-19 Marcel Holtmanngdbus: Handle property changed signals and update property
2012-12-19 Marcel Holtmanngdbus: Set property changed filter match rule for each...
2012-12-19 Marcel Holtmanngdbus: Use a GPtrArray for the match rules
2012-12-19 Marcel Holtmanngdbus: Add support for setting D-Bus client basic prope...
2012-12-19 Marcel Holtmanngdbus: Deep copy of variants also requires a signature
2012-12-19 Marcel Holtmanngdbus: Add support for complex D-Bus client properties
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client properties
2012-12-19 Marcel Holtmanngdbus: Add support for D-Bus client proxies
2012-12-19 Marcel Holtmanngdbus: Add helper functions for simple D-Bus clients