summaryrefslogtreecommitdiffstats
path: root/gdbus/object.c
Commit message (Expand)AuthorAgeFilesLines
* Check that interface name is providedMarcel Holtmann2009-02-281-1/+3
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Check if path is valid before unregistering itRaymond Liu2008-12-241-0/+3
* Fix issue with signed/unsigned comparisonMarcel Holtmann2008-12-231-1/+2
* Use tabs for indentationMarcel Holtmann2008-12-201-4/+4
* Change file headers for D-Bus helper libraryMarcel Holtmann2008-12-061-1/+1
* Don't expect reply when sending D-Bus messagesMarcel Holtmann2008-11-261-0/+3
* Implement support g_dbus_create_error_valistJohan Hedberg2008-09-111-1/+5
* Remove g_dbus_unregister_all_interfaces functionMarcel Holtmann2008-07-311-19/+0
* Move some D-Bus helpers aroundMarcel Holtmann2008-06-071-117/+0
* Don't abstract functions that are only used onceMarcel Holtmann2008-06-071-25/+0
* Remove another unused functionMarcel Holtmann2008-06-071-10/+0
* Make helper function static and localMarcel Holtmann2008-06-071-1/+1
* Remove another obsolete functionMarcel Holtmann2008-06-071-14/+0
* Add proper signal sending helpersMarcel Holtmann2008-06-071-3/+27
* Remove obsolete dbus_connection_get_object_user_data functionMarcel Holtmann2008-06-071-7/+0
* Remove object path creation and destroy helpersMarcel Holtmann2008-06-061-39/+3
* Remove obsolete D-Bus interface helpersMarcel Holtmann2008-06-061-128/+6
* Remove obsolete D-Bus sending helpersMarcel Holtmann2008-06-061-12/+5
* Add simple g_dbus_unregister_all_interfaces implementationMarcel Holtmann2008-06-031-1/+14
* Add skeleton for g_dbus_unregister_all_interfacesMarcel Holtmann2008-06-031-0/+6
* Add helpers for sending async repliesMarcel Holtmann2008-05-271-0/+43
* Add helpers for creating repliesMarcel Holtmann2008-05-271-0/+31
* Fix broken signal checking for new style APIMarcel Holtmann2008-05-271-0/+8
* Add helpers for error creationMarcel Holtmann2008-05-271-0/+21
* More fixes for the message dispatch handlingMarcel Holtmann2008-05-271-5/+2
* Add new message dispatchingMarcel Holtmann2008-05-271-1/+39
* Fix object path reference count handlingMarcel Holtmann2008-05-271-8/+16
* Add introspection support for new interface handlersMarcel Holtmann2008-05-271-40/+79
* Use reference counting for the object pathsMarcel Holtmann2008-05-271-13/+54
* Add first implementation of libgdbus interface helpersMarcel Holtmann2008-05-271-13/+65
* Add prototypes for interface registrationMarcel Holtmann2008-05-271-0/+17
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-0/+660