summaryrefslogtreecommitdiff
path: root/libsoup/soup-connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'libsoup/soup-connection.c')
-rw-r--r--libsoup/soup-connection.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/libsoup/soup-connection.c b/libsoup/soup-connection.c
index 4246a884..3129bb79 100644
--- a/libsoup/soup-connection.c
+++ b/libsoup/soup-connection.c
@@ -604,7 +604,10 @@ soup_connection_disconnect (SoupConnection *conn)
* soup_connection_is_in_use:
* @conn: a connection
*
- * Return value: whether or not @conn is being used.
+ * Tests whether or not @conn is in use.
+ *
+ * Return value: %TRUE if there is currently a request being processed
+ * on @conn.
**/
gboolean
soup_connection_is_in_use (SoupConnection *conn)
@@ -618,6 +621,8 @@ soup_connection_is_in_use (SoupConnection *conn)
* soup_connection_last_used:
* @conn: a #SoupConnection.
*
+ * Returns the last time a response was received on @conn.
+ *
* Return value: the last time a response was received on @conn, or 0
* if @conn has not been used yet.
*/
@@ -748,7 +753,7 @@ soup_connection_authenticate (SoupConnection *conn, SoupMessage *msg,
}
/**
- * soup_connection_authenticate:
+ * soup_connection_reauthenticate:
* @conn: a #SoupConnection
* @msg: the message to authenticate
* @auth_type: type of authentication to use