summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0/saml2_advice.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:55 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2010-01-04 09:15:55 +0000
commit914a176d99e7686cb3d0207a4d1429bf6c944cc5 (patch)
treef62a38bb73f110f7b650c8b1afd6c1938a89ede2 /lasso/xml/saml-2.0/saml2_advice.h
parent65642d732ca53e4431d7adc82d9b92b80ed682bd (diff)
downloadlasso-914a176d99e7686cb3d0207a4d1429bf6c944cc5.tar.gz
lasso-914a176d99e7686cb3d0207a4d1429bf6c944cc5.tar.xz
lasso-914a176d99e7686cb3d0207a4d1429bf6c944cc5.zip
XML: add element type annotation to all GList fields
Diffstat (limited to 'lasso/xml/saml-2.0/saml2_advice.h')
-rw-r--r--lasso/xml/saml-2.0/saml2_advice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/saml-2.0/saml2_advice.h b/lasso/xml/saml-2.0/saml2_advice.h
index eb2bc8c3..02f19cdc 100644
--- a/lasso/xml/saml-2.0/saml2_advice.h
+++ b/lasso/xml/saml-2.0/saml2_advice.h
@@ -56,8 +56,8 @@ struct _LassoSaml2Advice {
/*< public >*/
/* elements */
- GList *AssertionIDRef;
- GList *AssertionURIRef;
+ GList *AssertionIDRef; /* of LassoNode */
+ GList *AssertionURIRef; /* of LassoNode */
GList *Assertion; /* of LassoSaml2Assertion */
GList *EncryptedAssertion; /* of LassoSaml2EncryptedElement */
};