summaryrefslogtreecommitdiff
path: root/gdbus
AgeCommit message (Expand)AuthorFilesLines
2009-08-08Use NameHasOwner instead of ListNames for name checkingJohan Hedberg1-15/+9
2009-08-06Fix blocking service watch initial connect handlingMarcel Holtmann3-46/+96
2009-05-11Make the parent path invalidateableDenis Kenzior1-1/+5
2009-05-06Fix crash when calling g_dbus_remove_watch from inside the watch callback.Luiz Augusto von Dentz1-10/+41
2009-04-03Fix g_dbus_remove_all_watches to remove all watches for the given connection.Luiz Augusto von Dentz1-7/+4
2009-04-03Fix gdbus watch function not handling multiple dbus connections.Luiz Augusto von Dentz1-12/+33
2009-04-03Revert "Fix null dereference in gdbus/watch.c"Johan Hedberg1-1/+1
2009-04-01Fix null dereference in gdbus/watch.cGustavo F. Padovan1-1/+1
2009-02-28Check that interface name is providedMarcel Holtmann1-1/+3
2009-01-01Update copyright informationMarcel Holtmann4-4/+4
2008-12-24Check if path is valid before unregistering itRaymond Liu1-0/+3
2008-12-23Fix issue with signed/unsigned comparisonMarcel Holtmann1-1/+2
2008-12-20Use tabs for indentationMarcel Holtmann1-4/+4
2008-12-06Add missing gdbus function declarationsMarcel Holtmann3-0/+22
2008-12-06Change file headers for D-Bus helper libraryMarcel Holtmann4-4/+4
2008-11-26Don't expect reply when sending D-Bus messagesMarcel Holtmann1-0/+3
2008-11-26Add function for checking if a service is presentMarcel Holtmann2-0/+45
2008-10-17Add g_dbus_add_service_watch() implementationMarcel Holtmann2-22/+45
2008-10-17Fix connection disconnect functionMarcel Holtmann1-2/+2
2008-10-17Change declaration of GDBusWatchFunctionMarcel Holtmann2-3/+4
2008-09-11Implement support g_dbus_create_error_valistJohan Hedberg1-1/+5
2008-07-31Remove g_dbus_unregister_all_interfaces functionMarcel Holtmann2-21/+0
2008-06-08Revert wrong listner id counter offsetMarcel Holtmann1-1/+1
2008-06-08Avoid a watch id of 0Marcel Holtmann1-1/+4
2008-06-07Move some D-Bus helpers aroundMarcel Holtmann2-128/+2
2008-06-07Don't abstract functions that are only used onceMarcel Holtmann2-28/+0
2008-06-07Remove another unused functionMarcel Holtmann2-12/+0
2008-06-07Make helper function static and localMarcel Holtmann2-3/+1
2008-06-07Remove unused definesMarcel Holtmann1-3/+0
2008-06-07Don't consider mainloop integration of dbus-glibMarcel Holtmann1-14/+0
2008-06-07Remove another obsolete functionMarcel Holtmann2-17/+0
2008-06-07Add proper signal sending helpersMarcel Holtmann2-9/+34
2008-06-07Remove obsolete dbus_connection_get_object_user_data functionMarcel Holtmann2-11/+0
2008-06-06Remove object path creation and destroy helpersMarcel Holtmann2-46/+3
2008-06-06Remove obsolete D-Bus interface helpersMarcel Holtmann2-159/+8
2008-06-06Remove obsolete D-Bus sending helpersMarcel Holtmann2-26/+5
2008-06-03Add simple g_dbus_unregister_all_interfaces implementationMarcel Holtmann1-1/+14
2008-06-03Add skeleton for g_dbus_unregister_all_interfacesMarcel Holtmann2-0/+8
2008-05-29Remove GDBusDisconnectFunction typeMarcel Holtmann2-5/+3
2008-05-29Change name_listener API to libgdbus watch APIJohan Hedberg2-58/+21
2008-05-27Add helpers for sending async repliesMarcel Holtmann2-0/+49
2008-05-27Add helpers for creating repliesMarcel Holtmann2-0/+34
2008-05-27Fix broken signal checking for new style APIMarcel Holtmann1-0/+8
2008-05-27Add helpers for error creationMarcel Holtmann2-0/+26
2008-05-27More fixes for the message dispatch handlingMarcel Holtmann1-5/+2
2008-05-27Add new message dispatchingMarcel Holtmann1-1/+39
2008-05-27Fix object path reference count handlingMarcel Holtmann1-8/+16
2008-05-27Add introspection support for new interface handlersMarcel Holtmann1-40/+79
2008-05-27Use reference counting for the object pathsMarcel Holtmann1-13/+54
2008-05-27Add first implementation of libgdbus interface helpersMarcel Holtmann1-13/+65