summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call-internal.h
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 03:09:22 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-14 03:09:22 +0000
commit5efe8e7f1d97931710558495a951e0b35afbfb72 (patch)
tree2fbb5d61947f61616c3f9ef6e5b51b0439133b0a /dbus/dbus-pending-call-internal.h
parent7628b541258d906e27e2000a402ed2d02383479c (diff)
* dbus-connection.c (dbus_connection_send_with_reply): return TRUE
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
Diffstat (limited to 'dbus/dbus-pending-call-internal.h')
-rw-r--r--dbus/dbus-pending-call-internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dbus/dbus-pending-call-internal.h b/dbus/dbus-pending-call-internal.h
index 21475e24..0a5aa25c 100644
--- a/dbus/dbus-pending-call-internal.h
+++ b/dbus/dbus-pending-call-internal.h
@@ -39,8 +39,6 @@ dbus_uint32_t _dbus_pending_call_get_reply_serial (DBusPendingCall *pending)
void _dbus_pending_call_set_reply_serial (DBusPendingCall *pending,
dbus_uint32_t serial);
DBusConnection *_dbus_pending_call_get_connection (DBusPendingCall *pending);
-void _dbus_pending_call_set_connection (DBusPendingCall *pending,
- DBusConnection *connection);
void _dbus_pending_call_complete (DBusPendingCall *pending);
void _dbus_pending_call_set_reply (DBusPendingCall *pending,