diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2007-10-30 18:09:43 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2007-10-30 18:09:43 +0000 |
| commit | 24796357937fa59eb9bd5613da12abfe66800e9d (patch) | |
| tree | 5fd6870692733b4405c7b70318dc6fdd5b09558a | |
| parent | ea872ad761edd564b11a43ff6182465eae3c987e (diff) | |
added annotation about GList items type
| -rw-r--r-- | lasso/xml/lib_request_authn_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/lib_request_authn_context.h b/lasso/xml/lib_request_authn_context.h index 56b6fd12..96a0ded6 100644 --- a/lasso/xml/lib_request_authn_context.h +++ b/lasso/xml/lib_request_authn_context.h @@ -54,9 +54,9 @@ struct _LassoLibRequestAuthnContext { /*< public >*/ /* <xs:element name="AuthnContextClassRef" type="xs:anyURI" maxOccurs="unbounded"/> */ - GList *AuthnContextClassRef; + GList *AuthnContextClassRef; /* of char* */ /* <xs:element name="AuthnContextStatementRef" type="xs:anyURI" maxOccurs="unbounded"/> */ - GList *AuthnContextStatementRef; + GList *AuthnContextStatementRef; /* of char* */ /* <xs:element name="AuthnContextComparison" type="AuthnContextComparisonType" * minOccurs="0"/> */ char *AuthnContextComparison; |
