summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Check for valid path before handling propertiesMarcel Holtmann2013-01-201-0/+6
* gdbus: Fix memory leak on properties_set()Anderson Lizardo2013-01-061-1/+6
* gdbus: Check signature of property value before calling setterMarcel Holtmann2013-01-041-0/+5
* gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi2013-01-031-1/+7
* gdbus: Simplify generated introspectionLucas De Marchi2013-01-031-65/+38
* gdbus: Hold client reference during get name owner replyMarcel Holtmann2013-01-021-0/+4
* gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz2012-12-301-0/+9
* gdbus: Check if the interface being registered is validLuiz Augusto von Dentz2012-12-301-6/+36
* gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz2012-12-302-18/+33
* gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2012-12-302-4/+23
* gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2012-12-302-3/+45
* gdbus: Include changed properties only once per signalMarcel Holtmann2012-12-301-0/+3
* gdbus: Update properties on D-Bus client re-connectionsMarcel Holtmann2012-12-291-4/+22
* gdbus: Add function to manually refresh propertiesMarcel Holtmann2012-12-292-0/+85
* gdbus: Add support for proxy property change notificationsMarcel Holtmann2012-12-292-4/+30
* gdbus: Fix handling of client connect/disconnect signalsMarcel Holtmann2012-12-291-11/+12
* gdbus: Protect standalone proxy creation with client referenceMarcel Holtmann2012-12-291-10/+8
* gdbus: Use object manager only if callback functions are setMarcel Holtmann2012-12-271-8/+7
* gdbus: Use client service name and not hardcoded org.bluezMarcel Holtmann2012-12-271-1/+1
* gdbus: Add support for creating D-Bus proxies without object managerMarcel Holtmann2012-12-272-62/+147
* gdbus: Avoid using g_ptr_array_new_full convenience functionMarcel Holtmann2012-12-221-1/+2
* gdbus: Increase the method call timeout to 5 minutesMarcel Holtmann2012-12-181-1/+3
* gdbus: Add helper for sending async error repliesMarcel Holtmann2012-12-182-0/+38
* gdbus: Fix race condition with creating duplicate client proxiesMarcel Holtmann2012-12-161-0/+23
* gdbus: Fix issue with unref of client while parsing interfacesMarcel Holtmann2012-12-161-0/+8
* gdbus: Fix issue with unref of client in connect handlerMarcel Holtmann2012-12-151-0/+8
* gdbus: Add support for D-Bus client method callsMarcel Holtmann2012-12-152-0/+82
* gdbus: Add callback support for handling property changesMarcel Holtmann2012-12-142-10/+31
* gdbus: Handle property changed signals and update propertyMarcel Holtmann2012-12-141-31/+107
* gdbus: Set property changed filter match rule for each proxyMarcel Holtmann2012-12-141-40/+57
* gdbus: Use a GPtrArray for the match rulesMarcel Holtmann2012-12-141-18/+24
* gdbus: Add support for setting D-Bus client basic propertiesMarcel Holtmann2012-12-142-0/+99
* gdbus: Deep copy of variants also requires a signatureMarcel Holtmann2012-12-141-2/+7
* gdbus: Add support for complex D-Bus client propertiesMarcel Holtmann2012-12-131-16/+46
* gdbus: Add support for D-Bus client propertiesMarcel Holtmann2012-12-132-3/+126
* gdbus: Add support for D-Bus client proxiesMarcel Holtmann2012-12-132-4/+343
* gdbus: Add helper functions for simple D-Bus clientsMarcel Holtmann2012-12-122-0/+355
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-074-0/+16
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-054-16/+0
* gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2012-11-302-0/+33
* gdbus: Don't automatically attach ObjectManagerLucas De Marchi2012-11-292-21/+36
* gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi2012-11-291-3/+6
* gdbus: Remove not needed NULL pointer checksSzymon Janc2012-11-211-2/+2
* gdbus: Replace leading spaces with tabsSyam Sidhardhan2012-11-161-4/+4
* gdbus: Fix compilation error due to missing #definesSyam Sidhardhan2012-11-141-0/+8
* gdbus: Remove connection from pending_property functionsLucas De Marchi2012-10-192-20/+17
* gdbus: Fix invalid memory access during interface removalJohan Hedberg2012-10-151-6/+6
* gdbus: Add g_dbus_get_properties functionJohan Hedberg2012-10-122-0/+21
* gdbus: Add support for invalidated propertiesJohan Hedberg2012-10-111-1/+14
* gdbus: Fix processing pending properties in remove_interface()Johan Hedberg2012-10-081-0/+2