diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-18 10:03:43 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-01-18 10:03:43 +0000 |
| commit | 4382a57d695a44758f8050b178525f87affe880e (patch) | |
| tree | 50a2b1b7cd80034a5c76c830a74091cac1a6a9a7 | |
| parent | f15973f2b65527547ee6bfc7f9924b9f458b179e (diff) | |
fix typo (transfer-none) -> (transfer none)
| -rw-r--r-- | lasso/id-ff/server.c | 2 | ||||
| -rw-r--r-- | lasso/id-wsf-2.0/soap_binding.c | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c index 0405247d..1ca1ab33 100644 --- a/lasso/id-ff/server.c +++ b/lasso/id-ff/server.c @@ -352,7 +352,7 @@ lasso_server_get_first_providerID(LassoServer *server) * * Looks up for a #LassoProvider whose ID is @providerID and returns it. * - * Return value: (transfer-none): the #LassoProvider, NULL if it was not found. The + * Return value: (transfer none): the #LassoProvider, NULL if it was not found. The * #LassoProvider is owned by Lasso and should not be freed. **/ LassoProvider* diff --git a/lasso/id-wsf-2.0/soap_binding.c b/lasso/id-wsf-2.0/soap_binding.c index a1d45309..6734ed96 100644 --- a/lasso/id-wsf-2.0/soap_binding.c +++ b/lasso/id-wsf-2.0/soap_binding.c @@ -89,7 +89,7 @@ lasso_soap_envelope_sb2_get_redirect_request_url(LassoSoapEnvelope *soap_envelop * * Return the first sb2:TargetIdentity header. * - * Return value: (transfer-none): the first #LassoIdWsf2Sb2TargetIdentity object found in the + * Return value: (transfer none): the first #LassoIdWsf2Sb2TargetIdentity object found in the * headers of the @soap_envelope, or NULL if none is found. */ LassoIdWsf2Sb2TargetIdentity* @@ -109,7 +109,7 @@ lasso_soap_envelope_sb2_get_target_identity_header(LassoSoapEnvelope *soap_envel * @soap_envelope: a #LassoSoapEnvelope object * @create: wether to create the header if not found * - * Return value: (transfer-none): the wsse:Security header found in the SOAP message, or NULL if + * Return value: (transfer none): the wsse:Security header found in the SOAP message, or NULL if * none is found, and creation was not allowed. */ static LassoWsSec1SecurityHeader* @@ -137,7 +137,7 @@ lasso_soap_envelope_wssec_get_security_header_impl(LassoSoapEnvelope *soap_envel * * Return the first wsse:Security header found in the headers of @soap_envelope. * - * Return value: (transfer-none): the wsse:Security header found in the SOAP message, or NULL if + * Return value: (transfer none): the wsse:Security header found in the SOAP message, or NULL if * none is found. */ LassoWsSec1SecurityHeader* @@ -172,7 +172,7 @@ lasso_soap_envelope_add_security_token(LassoSoapEnvelope *soap_envelope, LassoNo * Return a SAML2 Assertion used as a security token if one is found in the headers of * @soap_envelope. * - * Return value: (transfer-none): a #LassoSaml2Assertion, or NULL if none is found. + * Return value: (transfer none): a #LassoSaml2Assertion, or NULL if none is found. */ LassoSaml2Assertion* lasso_soap_envelope_get_saml2_security_token(LassoSoapEnvelope *soap_envelope) |
