summaryrefslogtreecommitdiff
path: root/gdbus
AgeCommit message (Expand)AuthorFilesLines
2012-12-19gdbus: Add support for D-Bus client proxiesMarcel Holtmann2-4/+343
2012-12-19gdbus: Add helper functions for simple D-Bus clientsMarcel Holtmann2-0/+355
2012-11-30gdbus: Add g_dbus_add_properties_watch functionLuiz Augusto von Dentz2-0/+33
2012-11-29gdbus: Don't automatically attach ObjectManagerLucas De Marchi2-21/+36
2012-11-29gdbus: Don't register DBus.Properties with no propertiesLucas De Marchi1-3/+6
2012-11-26gdbus: Remove not needed NULL pointer checksSzymon Janc1-2/+2
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 Marchi2-20/+17
2012-11-26gdbus: Fix invalid memory access during interface removalJohan Hedberg1-6/+6
2012-11-26gdbus: Add g_dbus_get_properties functionJohan Hedberg2-0/+21
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 Marchi2-2/+109
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 Marchi2-1/+157
2012-11-26gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi1-1/+55
2012-11-26gdbus: Implement DBus.Properties.Get methodLucas De Marchi2-1/+69
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-11-26gdbus: Move typedefs upLucas De Marchi1-18/+29
2012-10-04gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz1-1/+1
2012-09-28gdbus: Refactor filter_data_find()Lucas De Marchi1-38/+5
2012-09-28gdbus: Fix wrong signal handler matchLucas De Marchi1-21/+94
2012-09-28gdbus: Fix crash when getting disconnected from the busJohan Hedberg1-4/+5
2012-08-27gdbus: Fix compilation error if macro "error" is definedJaganath Kanakkassery1-2/+2
2012-06-30gdbus: Fix removal of filter after last filter_dataLucas De Marchi1-9/+8
2012-05-31gdbus: Add macro for methods marked as NOREPLYLucas De Marchi1-0/+7
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 Marchi2-52/+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
2012-05-18gdbus: add and use helpers for table declarationsLucas De Marchi2-1/+88
2012-05-18gdbus: add argument info to methods and signalsLucas De Marchi1-0/+8
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
2012-04-16gdbus: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann1-4/+0
2012-04-05gdbus: Use destroy callback for service watchAnderson Lizardo1-1/+1
2012-04-05gdbus: Fix white space coding style issueSyam Sidhardhan1-1/+1