diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-23 13:10:31 +0000 |
| commit | bccdbae1277e673173bed2cdcf8f914e08c9adab (patch) | |
| tree | 0663b4320de13f4d5ee2918deb4cbb9c26414c33 /lasso/xml/lib_assertion.h | |
| parent | 693ad7ea6160ca9a06398143a65069d11cfd5ada (diff) | |
| download | lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.gz lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.tar.xz lasso-bccdbae1277e673173bed2cdcf8f914e08c9adab.zip | |
Removed _new functions for abstract classes; added _new functions for classes
that only had _new_full functions. Documented a little bit; marked public
members in structures as such.
Diffstat (limited to 'lasso/xml/lib_assertion.h')
| -rw-r--r-- | lasso/xml/lib_assertion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lasso/xml/lib_assertion.h b/lasso/xml/lib_assertion.h index 7529f2e9..01c5ed9c 100644 --- a/lasso/xml/lib_assertion.h +++ b/lasso/xml/lib_assertion.h @@ -49,6 +49,8 @@ typedef struct _LassoLibAssertionClass LassoLibAssertionClass; struct _LassoLibAssertion { LassoSamlAssertion parent; + + /*< public >*/ char *InResponseTo; }; @@ -58,6 +60,7 @@ struct _LassoLibAssertionClass { LASSO_EXPORT GType lasso_lib_assertion_get_type (void); +LASSO_EXPORT LassoLibAssertion* lasso_lib_assertion_new(void); LASSO_EXPORT LassoLibAssertion* lasso_lib_assertion_new_full( const char *issuer, const char *requestID, const char *audience, const char *notBefore, const char *notOnOrAfter); |
