summaryrefslogtreecommitdiff
path: root/gdbus/object.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-15gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-10-12gdbus: Add g_dbus_get_properties functionJohan Hedberg1-0/+19
2012-10-11gdbus: Add support for invalidated propertiesJohan Hedberg1-1/+14
2012-10-08gdbus: Fix processing pending properties in remove_interface()Johan Hedberg1-0/+2
2012-10-06gdbus: Fix up Properties.Set() code pathLucas De Marchi1-3/+7
2012-10-05gdbus: Fix invalid memory access while unregisteringLucas De Marchi1-0/+11
2012-10-04gdbus: Implement PropertiesChanged signalLucas De Marchi1-2/+106
2012-10-04gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz1-32/+2
2012-10-04gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz1-1/+27
2012-10-04gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz1-2/+15
2012-10-04gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz1-154/+208
2012-10-04gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz1-10/+237
2012-10-04gdbus: Add properties into Introspectable interfaceLucas De Marchi1-0/+19
2012-10-04gdbus: Implement DBus.Properties.Set methodLucas De Marchi1-1/+141
2012-10-04gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-10-04gdbus: Implement DBus.Properties.Get methodLucas De Marchi1-1/+61
2012-10-04gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi1-0/+46
2012-10-04gdbus: Use macros to add annotationsLucas De Marchi1-12/+28
2012-08-16gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
2012-05-22gdbus: Fix incorrectly discarded signalsMikel Astiz1-7/+3
2012-05-17gdbus: do not check signature twiceLucas De Marchi1-5/+0
2012-05-17gdbus: add Method.NoReply annotation in introspectionLucas De Marchi1-1/+6
2012-05-17gdbus: add Deprecated annotation in introspectionLucas De Marchi1-2/+17
2012-05-17gdbus: remove signature and reply from tablesLucas De Marchi1-1/+1
2012-05-17gdbus: loop over args to check message signatureLucas De Marchi1-7/+27
2012-05-17gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi1-61/+14
2012-05-17gdbus: add and use helpers for table declarationsLucas De Marchi1-1/+2
2012-05-17gdbus: Constify introspection method tableMarcel Holtmann1-1/+1
2012-05-17gdbus: do not call memset for terminating NULLucas De Marchi1-1/+2
2012-05-17gdbus: return if method signature is malformedLucas De Marchi1-0/+4
2011-07-09gdbus: Fix white space coding style issueSyam Sidhardhan1-1/+1
2011-05-15Remove unused result variable from g_dbus_pending_successSzymon Janc1-2/+1
2011-01-19gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner1-1/+1
2011-01-19gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner1-3/+4
2011-01-01gdbus: Update copyright informationMarcel Holtmann1-1/+1
2010-12-08gdbus: explicitly compare pointers to NULLLucas De Marchi1-12/+12
2010-09-09Add support for builtin GDBus security using PolicyKitMarcel Holtmann1-1/+45
2010-09-09Add support for GDBus security action and flagsMarcel Holtmann1-3/+11
2010-09-09Use simpler error callbacks for GDBus security hooksMarcel Holtmann1-6/+23
2010-09-09Add support for GDBus security handlersMarcel Holtmann1-22/+137
2010-04-30Fix parent path introspection data invalidation for multiple levelsJohan Hedberg1-1/+3
2010-04-30Fix memory leak in g_dbus_register_interfaceJohan Hedberg1-1/+3
2010-03-07Make interface callback tables constMarcel Holtmann1-13/+13
2010-01-01Update copyright information of D-Bus helper libraryMarcel Holtmann1-1/+1
2009-09-24gdbus: handle introspection generally in generic_message.RISKÓ Gergely1-43/+59
2009-09-14Add introspection interface to the output of introspection callsRISKÓ Gergely1-1/+7
2009-05-11Make the parent path invalidateableDenis Kenzior1-1/+5
2009-02-28Check that interface name is providedMarcel Holtmann1-1/+3
2009-01-01Update copyright informationMarcel Holtmann1-1/+1
2008-12-24Check if path is valid before unregistering itRaymond Liu1-0/+3