summaryrefslogtreecommitdiff
path: root/gdbus/object.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-14[SPIN] gdbus: revert pending DBus call.Niraj Kumar Goit1-0/+2
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-5/+10
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-7/+1
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-75/+115
2013-02-23gdbus: Always unreference the message in g_dbus_send_message()Tomasz Bursztyka1-2/+3
2013-02-14gdbus: Fix missing PropertiesChanged signalVinicius Costa Gomes1-2/+5
2013-02-01gdbus: Fix unpublished interface signal emissionJohan Hedberg1-0/+4
2013-01-20gdbus: Check for valid path before handling propertiesMarcel Holtmann1-0/+6
2013-01-06gdbus: Fix memory leak on properties_set()Anderson Lizardo1-1/+6
2013-01-05gdbus: Check signature of property value before calling setterMarcel Holtmann1-0/+5
2013-01-03gdbus: Don't include just added interfaces in GetManagedObjectsLucas De Marchi1-1/+7
2013-01-03gdbus: Simplify generated introspectionLucas De Marchi1-65/+38
2012-12-30gdbus: Call check_signals when sending signals with g_dbus_send_messageLuiz Augusto von Dentz1-0/+9
2012-12-30gdbus: Check if the interface being registered is validLuiz Augusto von Dentz1-6/+36
2012-12-30gdbus: Introduce G_DBUS_PROPERTY_FLAG_EXPERIMENTALLuiz Augusto von Dentz1-17/+31
2012-12-30gdbus: Introduce G_DBUS_SIGNAL_FLAG_EXPERIMENTALLuiz Augusto von Dentz1-3/+16
2012-12-30gdbus: Introduce G_DBUS_METHOD_FLAG_EXPERIMENTALLuiz Augusto von Dentz1-0/+21
2012-12-30gdbus: Include changed properties only once per signalMarcel Holtmann1-0/+3
2012-12-19gdbus: Add helper for sending async error repliesMarcel Holtmann1-0/+32
2012-11-29gdbus: Don't automatically attach ObjectManagerLucas De Marchi1-21/+33
2012-11-29gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi1-3/+6
2012-11-26gdbus: Replace leading spaces with tabsSyam Sidhardhan1-4/+4
2012-11-26gdbus: Fix compilation error due to missing #definesSyam Sidhardhan1-0/+8
2012-11-26gdbus: Remove connection from pending_property functionsLucas De Marchi1-12/+12
2012-11-26gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-11-26gdbus: Add g_dbus_get_properties functionJohan Hedberg1-0/+19
2012-11-26gdbus: Add support for invalidated propertiesJohan Hedberg1-1/+14
2012-11-26gdbus: Fix processing pending properties in remove_interface()Johan Hedberg1-0/+2
2012-11-26gdbus: Fix up Properties.Set() code pathLucas De Marchi1-3/+7
2012-11-26gdbus: Fix invalid memory access while unregisteringLucas De Marchi1-0/+11
2012-11-26gdbus: Implement PropertiesChanged signalLucas De Marchi1-2/+106
2012-11-26gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz1-32/+2
2012-11-26gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz1-1/+27
2012-11-26gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz1-2/+15
2012-11-26gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz1-154/+208
2012-11-26gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz1-10/+237
2012-11-26gdbus: Add properties into Introspectable interfaceLucas De Marchi1-0/+19
2012-11-26gdbus: Implement DBus.Properties.Set methodLucas De Marchi1-1/+141
2012-11-26gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-11-26gdbus: Implement DBus.Properties.Get methodLucas De Marchi1-1/+61
2012-11-26gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi1-0/+46
2012-11-26gdbus: Use macros to add annotationsLucas De Marchi1-12/+28
2012-08-27gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
2012-05-22gdbus: Fix incorrectly discarded signalsMikel Astiz1-7/+3
2012-05-18gdbus: do not check signature twiceLucas De Marchi1-5/+0
2012-05-18gdbus: add Method.NoReply annotation in introspectionLucas De Marchi1-1/+6
2012-05-18gdbus: add Deprecated annotation in introspectionLucas De Marchi1-2/+17
2012-05-18gdbus: remove signature and reply from tablesLucas De Marchi1-1/+1
2012-05-18gdbus: loop over args to check message signatureLucas De Marchi1-7/+27
2012-05-18gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi1-61/+14