From b1fe5d552f140a6cf22ddf717caf780809f7d67b Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 22 Nov 2007 15:40:42 +0000 Subject: format list in docstring with paragraphs, as this form is known by the new binding generator --- lasso/id-ff/logout.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/lasso/id-ff/logout.c b/lasso/id-ff/logout.c index db3540d8..c8c9f5d5 100644 --- a/lasso/id-ff/logout.c +++ b/lasso/id-ff/logout.c @@ -768,24 +768,29 @@ gint lasso_logout_reset_providerID_index(LassoLogout *logout) * @logout: a #LassoLogout * * - * + * * Sets the remote provider id - * + * + * * Sets a logout response with status code value to success. - * + * + * * Verifies federation and authentication. - * + * + * * If the request http method is a SOAP method, then verifies every other * Service Providers supports SOAP method : if not, then sets status code * value to UnsupportedProfile and returns a code error with * LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILE. - * + * + * * Every tests are ok, then removes assertion. - * + * + * * If local server is an Identity Provider and if there is more than one * Service Provider (except the initial Service Provider), then saves the * initial request, response and remote provider id. - * + * * * * Return value: 0 on success; or a negative value otherwise. -- cgit