summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/session.c
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 12:46:56 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-25 12:46:56 +0000
commit54ab7a096952d568a064d0255686312b9751b84b (patch)
treee1e55ae281a4025e6e70f63e4b984d7c9c792e6d /lasso/id-ff/session.c
parent4528dab1262f2b253f5d996fb980a7e5331d03b9 (diff)
downloadlasso-54ab7a096952d568a064d0255686312b9751b84b.tar.gz
lasso-54ab7a096952d568a064d0255686312b9751b84b.tar.xz
lasso-54ab7a096952d568a064d0255686312b9751b84b.zip
Export more assertion access API for LassoSession
* lasso/id-ff/session.c lasso/id-ff/session.h lasso/id-ff/sessionprivate.h: export lasso_session_get_assertion(), lasso_session_add_assertion() and lasso_session_remove_assertion(). remove them from private header. * docs/reference/lasso/lasso-sections.txt: update documentation
Diffstat (limited to 'lasso/id-ff/session.c')
-rw-r--r--lasso/id-ff/session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/id-ff/session.c b/lasso/id-ff/session.c
index 42b2aa2e..95ef3f39 100644
--- a/lasso/id-ff/session.c
+++ b/lasso/id-ff/session.c
@@ -165,7 +165,7 @@ lasso_session_add_status(LassoSession *session, const char *providerID, LassoNod
*
* Gets the assertion for the given @providerID.
*
- * Return value: the assertion or NULL if it didn't exist. This
+ * Return value:(transfer none): the assertion or NULL if it didn't exist. This
* #LassoSamlAssertion is internally allocated and must not be freed by
* the caller.
**/