From f922f7fffc76dcc2e89c4d42cf15d103761d01c4 Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Tue, 7 Sep 2004 13:41:22 +0000 Subject: Updated the API developer documentation --- lasso/id-ff/defederation.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lasso/id-ff/defederation.c b/lasso/id-ff/defederation.c index 8449daba..931781ef 100644 --- a/lasso/id-ff/defederation.c +++ b/lasso/id-ff/defederation.c @@ -359,13 +359,14 @@ lasso_defederation_init_notification(LassoDefederation *defederation, * If it is a SOAP notification method then it builds the federation termination object * from the SOAP message and optionaly verify the signature. * - * if it is a HTTP-Redirect notification method the nit builds the federation termination notication - * object from the QUERY message and optionaly verify the signature + * if it is a HTTP-Redirect notification method then it builds the federation termination notication + * object from the QUERY message and optionaly verify the signature. If an error occurs, + * then it returns the code error LASSO_PROFILE_ERROR_INVALID_QUERY. * * Set the msg_nameIdentifier attribute with the NameIdentifier content of the notification object and * optionaly set the msg_relayState attribute with the RelayState content of the notifcation object * - * Return value: 0 if OK else < 0 + * Return value: 0 if OK else LASSO_PROFILE_ERROR_INVALID_QUERY or < 0 **/ gint lasso_defederation_process_notification_msg(LassoDefederation *defederation, -- cgit