summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2010-07-22 13:38:01 +0200
committerWill Thompson <will.thompson@collabora.co.uk>2010-07-22 16:23:45 +0100
commit0eec114bb510a3bb30888b0020ca0dc11dc3497d (patch)
tree92d595aae1cfb5ea60057b06238bb922362f2a02
parent7f054d7bce4b2ea74e5268f2cf65c467773ee14f (diff)
Refer to dbus_g_connection_flush rather than the plain dbus call
Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=29214
-rw-r--r--dbus/dbus-gproxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c
index 6d03b59..1e7331f 100644
--- a/dbus/dbus-gproxy.c
+++ b/dbus/dbus-gproxy.c
@@ -2418,7 +2418,7 @@ dbus_g_proxy_end_call_internal (DBusGProxy *proxy,
*
* Asynchronously invokes a method on a remote interface. The method
* call will not be sent over the wire until the application returns
- * to the main loop, or blocks in dbus_connection_flush() to write out
+ * to the main loop, or blocks in dbus_g_connection_flush() to write out
* pending data. The call will be completed after a timeout, or when
* a reply is received. When the call returns, the callback specified
* will be invoked; you can then collect the results of the call
@@ -2471,7 +2471,7 @@ dbus_g_proxy_begin_call (DBusGProxy *proxy,
*
* Asynchronously invokes a method on a remote interface. The method
* call will not be sent over the wire until the application returns
- * to the main loop, or blocks in dbus_connection_flush() to write out
+ * to the main loop, or blocks in dbus_g_connection_flush() to write out
* pending data. The call will be completed after a timeout, or when
* a reply is received. When the call returns, the callback specified
* will be invoked; you can then collect the results of the call
@@ -2755,7 +2755,7 @@ dbus_g_proxy_cancel_call (DBusGProxy *proxy,
* Sends a message to the interface we're proxying for. Does not
* block or wait for a reply. The message is only actually written out
* when you return to the main loop or block in
- * dbus_connection_flush().
+ * dbus_g_connection_flush().
*
* The message is modified to be addressed to the target interface.
* That is, a destination name field or whatever is needed will be