Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix g_dbus_remove_all_watches to remove all watches for the given connection. | Luiz Augusto von Dentz | 2009-04-03 | 1 | -7/+4 |
| | |||||
* | Fix gdbus watch function not handling multiple dbus connections. | Luiz Augusto von Dentz | 2009-04-03 | 1 | -12/+33 |
| | | | | | | | gdbus was only adding a message filter for the very first connection given by the user, this caused a bug in agent registration since it has a diffent connection than previous watches it won't detect agent disappearing from the bus. | ||||
* | Revert "Fix null dereference in gdbus/watch.c" | Johan Hedberg | 2009-04-03 | 1 | -1/+1 |
| | | | | | This reverts commit 2a96da99c75ea86d7d6adf9c03a0189e6b445737 so that gdbus updates from obexd can be merged. | ||||
* | Fix null dereference in gdbus/watch.c | Gustavo F. Padovan | 2009-04-01 | 1 | -1/+1 |
| | | | | | If name or data->name is null we have a null dereference. Not name and data->name. | ||||
* | Check that interface name is provided | Marcel Holtmann | 2009-02-28 | 1 | -1/+3 |
| | |||||
* | Update copyright information | Marcel Holtmann | 2009-01-01 | 4 | -4/+4 |
| | |||||
* | Check if path is valid before unregistering it | Raymond Liu | 2008-12-24 | 1 | -0/+3 |
| | |||||
* | Fix issue with signed/unsigned comparison | Marcel Holtmann | 2008-12-23 | 1 | -1/+2 |
| | |||||
* | Use tabs for indentation | Marcel Holtmann | 2008-12-20 | 1 | -4/+4 |
| | |||||
* | Add missing gdbus function declarations | Marcel Holtmann | 2008-12-06 | 3 | -0/+22 |
| | |||||
* | Change file headers for D-Bus helper library | Marcel Holtmann | 2008-12-06 | 4 | -4/+4 |
| | |||||
* | Don't expect reply when sending D-Bus messages | Marcel Holtmann | 2008-11-26 | 1 | -0/+3 |
| | |||||
* | Add function for checking if a service is present | Marcel Holtmann | 2008-11-26 | 2 | -0/+45 |
| | |||||
* | Add g_dbus_add_service_watch() implementation | Marcel Holtmann | 2008-10-17 | 2 | -22/+45 |
| | |||||
* | Fix connection disconnect function | Marcel Holtmann | 2008-10-17 | 1 | -2/+2 |
| | |||||
* | Change declaration of GDBusWatchFunction | Marcel Holtmann | 2008-10-17 | 2 | -3/+4 |
| | |||||
* | Implement support g_dbus_create_error_valist | Johan Hedberg | 2008-09-11 | 1 | -1/+5 |
| | |||||
* | Remove g_dbus_unregister_all_interfaces function | Marcel Holtmann | 2008-07-31 | 2 | -21/+0 |
| | |||||
* | Revert wrong listner id counter offset | Marcel Holtmann | 2008-06-08 | 1 | -1/+1 |
| | |||||
* | Avoid a watch id of 0 | Marcel Holtmann | 2008-06-08 | 1 | -1/+4 |
| | |||||
* | Move some D-Bus helpers around | Marcel Holtmann | 2008-06-07 | 2 | -128/+2 |
| | |||||
* | Don't abstract functions that are only used once | Marcel Holtmann | 2008-06-07 | 2 | -28/+0 |
| | |||||
* | Remove another unused function | Marcel Holtmann | 2008-06-07 | 2 | -12/+0 |
| | |||||
* | Make helper function static and local | Marcel Holtmann | 2008-06-07 | 2 | -3/+1 |
| | |||||
* | Remove unused defines | Marcel Holtmann | 2008-06-07 | 1 | -3/+0 |
| | |||||
* | Don't consider mainloop integration of dbus-glib | Marcel Holtmann | 2008-06-07 | 1 | -14/+0 |
| | |||||
* | Remove another obsolete function | Marcel Holtmann | 2008-06-07 | 2 | -17/+0 |
| | |||||
* | Add proper signal sending helpers | Marcel Holtmann | 2008-06-07 | 2 | -9/+34 |
| | |||||
* | Remove obsolete dbus_connection_get_object_user_data function | Marcel Holtmann | 2008-06-07 | 2 | -11/+0 |
| | |||||
* | Remove object path creation and destroy helpers | Marcel Holtmann | 2008-06-06 | 2 | -46/+3 |
| | |||||
* | Remove obsolete D-Bus interface helpers | Marcel Holtmann | 2008-06-06 | 2 | -159/+8 |
| | |||||
* | Remove obsolete D-Bus sending helpers | Marcel Holtmann | 2008-06-06 | 2 | -26/+5 |
| | |||||
* | Add simple g_dbus_unregister_all_interfaces implementation | Marcel Holtmann | 2008-06-03 | 1 | -1/+14 |
| | |||||
* | Add skeleton for g_dbus_unregister_all_interfaces | Marcel Holtmann | 2008-06-03 | 2 | -0/+8 |
| | |||||
* | Remove GDBusDisconnectFunction type | Marcel Holtmann | 2008-05-29 | 2 | -5/+3 |
| | |||||
* | Change name_listener API to libgdbus watch API | Johan Hedberg | 2008-05-29 | 2 | -58/+21 |
| | |||||
* | Add helpers for sending async replies | Marcel Holtmann | 2008-05-27 | 2 | -0/+49 |
| | |||||
* | Add helpers for creating replies | Marcel Holtmann | 2008-05-27 | 2 | -0/+34 |
| | |||||
* | Fix broken signal checking for new style API | Marcel Holtmann | 2008-05-27 | 1 | -0/+8 |
| | |||||
* | Add helpers for error creation | Marcel Holtmann | 2008-05-27 | 2 | -0/+26 |
| | |||||
* | More fixes for the message dispatch handling | Marcel Holtmann | 2008-05-27 | 1 | -5/+2 |
| | |||||
* | Add new message dispatching | Marcel Holtmann | 2008-05-27 | 1 | -1/+39 |
| | |||||
* | Fix object path reference count handling | Marcel Holtmann | 2008-05-27 | 1 | -8/+16 |
| | |||||
* | Add introspection support for new interface handlers | Marcel Holtmann | 2008-05-27 | 1 | -40/+79 |
| | |||||
* | Use reference counting for the object paths | Marcel Holtmann | 2008-05-27 | 1 | -13/+54 |
| | |||||
* | Add first implementation of libgdbus interface helpers | Marcel Holtmann | 2008-05-27 | 1 | -13/+65 |
| | |||||
* | Add prototypes for interface registration | Marcel Holtmann | 2008-05-27 | 2 | -0/+29 |
| | |||||
* | Add real libgdbus types for interface definitions | Marcel Holtmann | 2008-05-27 | 1 | -0/+37 |
| | |||||
* | Move D-Bus object and interface helpers into libgdbus | Marcel Holtmann | 2008-05-08 | 3 | -1/+743 |
| | |||||
* | Move D-Bus watch functions into libgdbus | Marcel Holtmann | 2008-05-08 | 3 | -1/+390 |
| |