summaryrefslogtreecommitdiff
path: root/gdbus
Commit message (Expand)AuthorAgeFilesLines
* 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-261-2/+2
* 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-262-20/+17
* gdbus: Fix invalid memory access during interface removalJohan Hedberg2012-11-261-6/+6
* gdbus: Add g_dbus_get_properties functionJohan Hedberg2012-11-262-0/+21
* 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-262-2/+109
* 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-262-1/+157
* gdbus: Implement DBus.Properties.GetAll methodLucas De Marchi2012-11-261-1/+55
* gdbus: Implement DBus.Properties.Get methodLucas De Marchi2012-11-262-1/+69
* 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: Move typedefs upLucas De Marchi2012-11-261-18/+29
* gdbus: Fix not freeing list node by using g_slist_delete_linkLuiz Augusto von Dentz2012-10-021-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-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-182-52/+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-172-1/+88
* gdbus: add argument info to methods and signalsLucas De Marchi2012-05-171-0/+8
* 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: Remove unneeded NEED_DBUS_WATCH_GET_UNIX_FD checkMarcel Holtmann2012-04-161-4/+0
* gdbus: Use destroy callback for service watchAnderson Lizardo2012-04-041-1/+1
* gdbus: Fix white space coding style issueSyam Sidhardhan2011-07-091-1/+1