summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Griffis <pgriffis@igalia.com>2022-04-14 12:28:34 -0500
committerCarlos Garcia Campos <cgarcia@igalia.com>2022-06-30 10:08:53 +0200
commit6b89a8c6554a2a34ae46d025492378657e9f54f3 (patch)
tree6696c04e368ee828a5fa061f95e52139c95240bb
parent1f8ca806364574948b79cf5511c933d9494473bc (diff)
downloadlibsoup-6b89a8c6554a2a34ae46d025492378657e9f54f3.tar.gz
docs: Document return of soup_auth_negotiate_supported()
-rw-r--r--libsoup/auth/soup-auth-negotiate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsoup/auth/soup-auth-negotiate.c b/libsoup/auth/soup-auth-negotiate.c
index a5624a3d..1e5340d0 100644
--- a/libsoup/auth/soup-auth-negotiate.c
+++ b/libsoup/auth/soup-auth-negotiate.c
@@ -32,6 +32,7 @@
* still be added to a #SoupSession, but libsoup will never attempt to
* actually use this auth type.
*
+ * Returns: %TRUE if supported otherwise %FALSE
*/
gboolean
soup_auth_negotiate_supported (void)