From 9b99eaee8a9a74d8b422e0b02ebe783d347f3dc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 11 Aug 2014 09:41:36 +0200 Subject: [PATCH] reformat gtk-doc function comment to work with gtk-doc 1.21 --- lasso/id-ff/login.c | 6 ++++-- lasso/id-wsf-2.0/profile.c | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index b192dfd6..1746a4f5 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -1500,7 +1500,8 @@ lasso_login_destroy(LassoLogin *login) * provider, or if none is specified, Transient, which ask the IdP to give a one-time * federation * - * Return value: 0 on success; or + * Return value: 0 on success; or + * * LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if login is not a #LassoLogin object, * LASSO_PROFILE_ERROR_MISSING_REMOTE_PROVIDERID if @remote_providerID is NULL and no default remote * provider could be found from the server object -- usually the first one in the order of adding to @@ -2567,7 +2568,8 @@ lasso_login_dump(LassoLogin *login) * * Initializes a response to the authentication request received. * - * Return value: 0 on success; or + * Return value: 0 on success; or + * * #LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if login is not a #LassoLogin object, * #LASSO_LOGIN_ERROR_REQUEST_DENIED if @authentication_result if FALSE, * #LASSO_LOGIN_ERROR_INVALID_SIGNATURE if signature validation of the request diff --git a/lasso/id-wsf-2.0/profile.c b/lasso/id-wsf-2.0/profile.c index 963555ae..f03700ee 100644 --- a/lasso/id-wsf-2.0/profile.c +++ b/lasso/id-wsf-2.0/profile.c @@ -639,7 +639,8 @@ lasso_idwsf2_profile_build_response_msg(LassoIdWsf2Profile *idwsf2_profile) * Parse a response received by SOAP. Place the parsed message in the #LassoIdWsf2Profile structure * in the @soap_envelope_response field and the content of the body in the @response field. * - * Return value: 0 if successful, one of those error codes if the call fails: + * Return value: 0 if successful, one of those error codes if the call fails: + * * LASSO_PARAM_ERROR_BAD_TYPE_OR_NULL_OBJ if first parameter is not * a #LassoIdWsf2Profile object, * LASSO_PARAM_ERROR_INVALID_VALUE if message is NULL,