summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-pending-call.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-15 23:10:12 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-15 23:10:12 +0000
commita1b0bd33408f03894987ac32b4e6b46c6a15a594 (patch)
tree2903a89983ce0efa1d3480b5d76322a325e621da /dbus/dbus-pending-call.h
parentef614207fc4f03e5cc02faeb109f739eb1ccdf31 (diff)
2003-08-15 Havoc Pennington <hp@redhat.com>
* dbus/dbus-pending-call.c (dbus_pending_call_block): implement * dbus/dbus-connection.c (dbus_connection_send_with_reply_and_block): factor out internals; change to convert any error replies to DBusError instead of returning them as a message
Diffstat (limited to 'dbus/dbus-pending-call.h')
-rw-r--r--dbus/dbus-pending-call.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-pending-call.h b/dbus/dbus-pending-call.h
index 66f1bac5..81af872f 100644
--- a/dbus/dbus-pending-call.h
+++ b/dbus/dbus-pending-call.h
@@ -42,6 +42,7 @@ void dbus_pending_call_set_notify (DBusPendingCall *pen
void dbus_pending_call_cancel (DBusPendingCall *pending);
dbus_bool_t dbus_pending_call_get_completed (DBusPendingCall *pending);
DBusMessage* dbus_pending_call_get_reply (DBusPendingCall *pending);
+void dbus_pending_call_block (DBusPendingCall *pending);
DBUS_END_DECLS;