From cf215e552ee8d126f4d34fe021577865259ab19f Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 31 Dec 2004 11:38:57 +0000 Subject: fixed function name in docstring for #LassoLibAuthnResponseEnvelope constructor --- lasso/xml/lib_authn_response_envelope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso/xml/lib_authn_response_envelope.c b/lasso/xml/lib_authn_response_envelope.c index 64e169e4..820e742a 100644 --- a/lasso/xml/lib_authn_response_envelope.c +++ b/lasso/xml/lib_authn_response_envelope.c @@ -87,7 +87,7 @@ lasso_lib_authn_response_envelope_get_type() } /** - * lasso_lib_authn_response_envelope_new_full: + * lasso_lib_authn_response_envelope_new: * @authnResponse: the #LassoLibAuthnResponse to envelop * @assertionConsumerServiceURL: assertion consumer service URL on the service * provider -- cgit