summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_authentication_statement.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_authentication_statement.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_authentication_statement.h')
-rw-r--r--lasso/xml/saml_authentication_statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/xml/saml_authentication_statement.h b/lasso/xml/saml_authentication_statement.h
index 5ef6ea0d..5aa89773 100644
--- a/lasso/xml/saml_authentication_statement.h
+++ b/lasso/xml/saml_authentication_statement.h
@@ -58,7 +58,7 @@ struct _LassoSamlAuthenticationStatement {
/* <element ref="saml:SubjectLocality" minOccurs="0"/> */
LassoSamlSubjectLocality *SubjectLocality;
/* <element ref="saml:AuthorityBinding" minOccurs="0" maxOccurs="unbounded"/> */
- GList *AuthorityBinding;
+ GList *AuthorityBinding; /* of LassoNode */
/* <attribute name="AuthenticationMethod" type="anyURI" use="required"/> */
char *AuthenticationMethod;
/* <attribute name="AuthenticationInstant" type="dateTime" use="required"/> */