summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-connection.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-21 21:57:31 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-21 21:57:31 +0000
commit58a0d2759aedc854ccac78d7252f117662734142 (patch)
tree27e6376bb3075a1b5c670bc29dcac8c7d29ee480 /dbus/dbus-connection.c
parentfed8880c6f718b9f06e589d1769494a47b395c0d (diff)
2006-10-21 Havoc Pennington <hp@redhat.com>
* More documentation - all public API now documented according to Doxygen
Diffstat (limited to 'dbus/dbus-connection.c')
-rw-r--r--dbus/dbus-connection.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/dbus/dbus-connection.c b/dbus/dbus-connection.c
index 9cd645b8..acba9ba9 100644
--- a/dbus/dbus-connection.c
+++ b/dbus/dbus-connection.c
@@ -533,7 +533,10 @@ _dbus_connection_has_messages_to_send_unlocked (DBusConnection *connection)
/**
* Checks whether there are messages in the outgoing message queue.
- *
+ * Use dbus_connection_flush() to block until all outgoing
+ * messages have been written to the underlying transport
+ * (such as a socket).
+ *
* @param connection the connection.
* @returns #TRUE if the outgoing queue is non-empty.
*/