summaryrefslogtreecommitdiff
path: root/gdbus/object.c
Commit message (Expand)AuthorAgeFilesLines
* gdbus: Fix crash in g_dbus_create_error_valistSzymon Janc2015-04-091-1/+4
* gdbus: Use g_dbus_create_error_valist internallySzymon Janc2015-04-091-4/+1
* gdbus: Add g_dbus_get_flags functionMichael Janssen2015-04-071-0/+5
* Revert "gdbus: Don't include just added interfaces in GetManagedObjects"Luiz Augusto von Dentz2014-09-081-7/+1
* gdbus: Fix memory leakAnderson Lizardo2014-02-181-0/+2
* gdbus: Fix trying to remove already removed sourcesBastien Nocera2013-11-111-0/+3
* gdbus: Check for NULL DBusPendingCall in g_dbus_send_message_with_replySzymon Janc2013-10-141-1/+10
* gdbus: Fix emitting PropertiesChanged twiceLuiz Augusto von Dentz2013-09-101-2/+2
* gdbus: Avoid calling dbus_connection_send*Luiz Augusto von Dentz2013-09-101-57/+35
* gdbus: Add g_dbus_send_message_with_replyLuiz Augusto von Dentz2013-09-101-0/+11
* gdbus: Fix sending ObjectManager/Properties signals out of orderLuiz Augusto von Dentz2013-09-101-16/+53
* gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka2013-02-231-2/+3
* gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes2013-02-141-2/+5
* gdbus: Fix unpublished interface signal emissionJohan Hedberg2013-02-011-0/+4
* 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-051-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: 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-301-17/+31
* gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz2012-12-301-3/+16
* gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz2012-12-301-0/+21
* gdbus: Include changed properties only once per signalMarcel Holtmann2012-12-301-0/+3
* gdbus: Add helper for sending async error repliesMarcel Holtmann2012-12-191-0/+32
* gdbus: Don't automatically attach ObjectManagerLucas De Marchi2012-11-291-21/+33
* gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi2012-11-291-3/+6
* gdbus: Replace leading spaces with tabsSyam Sidhardhan2012-11-261-4/+4
* gdbus: Fix compilation error due to missing #definesSyam Sidhardhan2012-11-261-0/+8
* gdbus: Remove connection from pending_property functionsLucas De Marchi2012-11-261-12/+12
* gdbus: Fix invalid memory access during interface removalJohan Hedberg2012-11-261-6/+6
* gdbus: Add g_dbus_get_properties functionJohan Hedberg2012-11-261-0/+19
* gdbus: Add support for invalidated propertiesJohan Hedberg2012-11-261-1/+14
* gdbus: Fix processing pending properties in remove_interface()Johan Hedberg2012-11-261-0/+2
* gdbus: Fix up Properties.Set() code pathLucas De Marchi2012-11-261-3/+7
* gdbus: Fix invalid memory access while unregisteringLucas De Marchi2012-11-261-0/+11
* gdbus: Implement PropertiesChanged signalLucas De Marchi2012-11-261-2/+106
* gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz2012-11-261-32/+2
* gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz2012-11-261-1/+27
* gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz2012-11-261-2/+15
* gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz2012-11-261-154/+208
* gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz2012-11-261-10/+237
* gdbus: Add properties into Introspectable interfaceLucas De Marchi2012-11-261-0/+19
* gdbus: Implement DBus.Properties.Set methodLucas De Marchi2012-11-261-1/+141
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-11-261-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-11-261-1/+61
* gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi2012-11-261-0/+46
* gdbus: Use macros to add annotationsLucas De Marchi2012-11-261-12/+28
* gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery2012-08-271-2/+2