summaryrefslogtreecommitdiff
path: root/gdbus/object.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-2/+2
* gdbus: Fix incorrectly discarded signalsMikel Astiz2012-05-221-7/+3
* gdbus: do not check signature twiceLucas De Marchi2012-05-181-5/+0
* gdbus: add Method.NoReply annotation in introspectionLucas De Marchi2012-05-181-1/+6
* gdbus: add Deprecated annotation in introspectionLucas De Marchi2012-05-181-2/+17
* gdbus: remove signature and reply from tablesLucas De Marchi2012-05-181-1/+1
* gdbus: loop over args to check message signatureLucas De Marchi2012-05-181-7/+27
* gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi2012-05-181-61/+14
* gdbus: remove extra const after constificationLucas De Marchi2012-05-181-1/+1
* gdbus: add and use helpers for table declarationsLucas De Marchi2012-05-171-1/+2
* Constify GDBus method tablesMarcel Holtmann2012-05-171-1/+1
* gdbus: Constify introspection method tableMarcel Holtmann2012-05-171-1/+1
* gdbus: do not call memset for terminating NULLucas De Marchi2012-05-171-1/+2
* gdbus: return if method signature is malformedLucas De Marchi2012-05-171-0/+4
* gdbus: Fix white space coding style issueSyam Sidhardhan2011-07-091-1/+1
* Remove unused result variable from g_dbus_pending_successSzymon Janc2011-05-151-2/+1
* gdbus: Remove root node 'name' attribute in introspectionDaniel Wagner2011-01-191-1/+1
* gdbus: invaldate_parent_data: walk the whole path downDaniel Wagner2011-01-191-3/+4
* gdbus: Update copyright informationMarcel Holtmann2011-01-011-1/+1
* gdbus: explicitly compare pointers to NULLLucas De Marchi2010-12-081-12/+12
* Add support for builtin GDBus security using PolicyKitMarcel Holtmann2010-09-091-1/+45
* Add support for GDBus security action and flagsMarcel Holtmann2010-09-091-3/+11
* Use simpler error callbacks for GDBus security hooksMarcel Holtmann2010-09-091-6/+23
* Add support for GDBus security handlersMarcel Holtmann2010-09-091-22/+137
* Fix parent path introspection data invalidation for multiple levelsJohan Hedberg2010-04-301-1/+3
* Fix memory leak in g_dbus_register_interfaceJohan Hedberg2010-04-301-1/+3
* Make interface callback tables constMarcel Holtmann2010-03-071-13/+13