diff options
author | Havoc Pennington <hp@redhat.com> | 2005-02-16 04:37:27 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-02-16 04:37:27 +0000 |
commit | 9e4450872a6861bd93a01dabe14d2d16f6c84d3f (patch) | |
tree | da702f5129ca1ee0a49fd75e0b57e4cf935c23d1 /doc | |
parent | 7b340cdb43e80656dddfeddac8390157ee1bf5d6 (diff) | |
download | dbus-9e4450872a6861bd93a01dabe14d2d16f6c84d3f.tar.gz |
2005-02-15 Havoc Pennington <hp@redhat.com>
* dbus/dbus-connection.c (dbus_connection_dispatch): always
complete a pending call, don't run filters first.
* glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
dbus_pending_call_steal_reply
* dbus/dbus-pending-call.c (dbus_pending_call_block): just call
_dbus_connection_block_pending_call
(dbus_pending_call_get_reply): change to steal_reply and return a
ref
* dbus/dbus-connection.c
(dbus_connection_send_with_reply_and_block): port to work in terms
of DBusPendingCall
(_dbus_connection_block_pending_call): replace block_for_reply
with this
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Important for 1.0 - make the mutex/condvar functions private + - dbus-pending-call.c has some API and thread safety issues to review + Important for 1.0 GLib Bindings === |