Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * configure.in: add -Wdeclaration-after-statement | John (J5) Palmieri | 2006-08-04 | 1 | -24/+29 |
| | | | | | | | | | | | * dbus/dbus-connection.c: change all the pending call stuff to reflect the fact that pending call operations use the connection lock * dbus/dbus-pending-call.c: add locking here * dbus/dbus-errors.c (struct DBusRealError): don't make the name field const consistent with how message field is done | ||||
* | * dbus-connection.c (dbus_connection_send_with_reply): return TRUE | John (J5) Palmieri | 2006-07-14 | 1 | -2/+0 |
| | | | | | | | | | | | and set pending_reply out arg to NULL is connection is disconnected (connection_timeout_and_complete_all_pending_calls_unlocked): New static method for cleaning up pending calls on disconnect (_dbus_connection_get_dispatch_status_unlocked): If we have pending calls queued timeouts on disconnect * dbus/dbus-pending-call.ci (_dbus_pending_call_set_connection): Remove | ||||
* | - Make DBusPendingCall an opaque type even to D-Bus internals | John (J5) Palmieri | 2006-07-12 | 1 | -0/+64 |