summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gdbus: Fix up Properties.Set() code pathLucas De Marchi2012-10-061-3/+7
* gdbus: Fix invalid memory access while unregisteringLucas De Marchi2012-10-051-0/+11
* gdbus: Implement PropertiesChanged signalLucas De Marchi2012-10-042-2/+109
* gdbus: Simplify code for appending propertiesLuiz Augusto von Dentz2012-10-041-32/+2
* gdbus: Integrates ObjectManager with Properties interfaceLuiz Augusto von Dentz2012-10-041-1/+27
* gdbus: Only export ObjectManager interface on root pathLuiz Augusto von Dentz2012-10-041-2/+15
* gdbus: Group interface changes to reduce the amount of signals emittedLuiz Augusto von Dentz2012-10-041-154/+208
* gdbus: Add support for org.freedesktop.DBus.ObjectManager interfaceLuiz Augusto von Dentz2012-10-041-10/+237
* gdbus: Add properties into Introspectable interfaceLucas De Marchi2012-10-041-0/+19
* gdbus: Implement DBus.Properties.Set methodLucas De Marchi2012-10-042-1/+157
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-10-041-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-10-042-1/+69
* gdbus: Add skeleton of DBus.Properties interfaceLucas De Marchi2012-10-041-0/+46
* gdbus: Use macros to add annotationsLucas De Marchi2012-10-041-12/+28
* gdbus: Move typedefs upLucas De Marchi2012-10-041-18/+29
* gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz2012-10-031-1/+1
* gdbus: Refactor filter_data_find()Lucas De Marchi2012-09-271-38/+5
* gdbus: Fix wrong signal handler matchLucas De Marchi2012-09-271-21/+94
* gdbus: Fix crash when getting disconnected from the busJohan Hedberg2012-09-261-4/+5
* gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery2012-08-161-2/+2
* gdbus: Fix removal of filter after last filter_dataLucas De Marchi2012-06-281-9/+8
* gdbus: add macro for methods marked as NOREPLYLucas De Marchi2012-06-181-0/+7
* gdbus: Fix incorrectly discarded signalsMikel Astiz2012-05-221-7/+3
* gdbus: do not check signature twiceLucas De Marchi2012-05-171-5/+0
* gdbus: add Method.NoReply annotation in introspectionLucas De Marchi2012-05-171-1/+6
* gdbus: add Deprecated annotation in introspectionLucas De Marchi2012-05-171-2/+17
* gdbus: remove signature and reply from tablesLucas De Marchi2012-05-172-52/+1
* gdbus: loop over args to check message signatureLucas De Marchi2012-05-171-7/+27
* gdbus: use GDBusArgInfo to generate introspectionLucas De Marchi2012-05-171-61/+14
* gdbus: add and use helpers for table declarationsLucas De Marchi2012-05-172-1/+88
* gdbus: add argument info to methods and signalsLucas De Marchi2012-05-171-0/+8