diff options
Diffstat (limited to 'libsoup/auth/soup-auth.c')
-rw-r--r-- | libsoup/auth/soup-auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsoup/auth/soup-auth.c b/libsoup/auth/soup-auth.c index ff47113a..d9bf4afe 100644 --- a/libsoup/auth/soup-auth.c +++ b/libsoup/auth/soup-auth.c @@ -243,7 +243,7 @@ soup_auth_class_init (SoupAuthClass *auth_class) } /** - * soup_auth_new: + * soup_auth_new: (constructor) * @type: the type of auth to create (a subtype of #SoupAuth) * @msg: the #SoupMessage the auth is being created for * @auth_header: the WWW-Authenticate/Proxy-Authenticate header |