diff options
| author | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-09-04 18:59:40 +0000 |
|---|---|---|
| committer | Emmanuel Raviart <eraviart@entrouvert.com> | 2004-09-04 18:59:40 +0000 |
| commit | 34afb0cfb6e997dddba3cfda69b607c7a6758602 (patch) | |
| tree | c58899855d77d791248d39ecdb8b99d44eaac062 | |
| parent | 3bc0eef7cd24827c599af582c55be64315c8e757 (diff) | |
| download | lasso-34afb0cfb6e997dddba3cfda69b607c7a6758602.tar.gz lasso-34afb0cfb6e997dddba3cfda69b607c7a6758602.tar.xz lasso-34afb0cfb6e997dddba3cfda69b607c7a6758602.zip | |
Corrected a mistake in Java binding.
| -rw-r--r-- | swig/Lasso.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index 89ad0844..24b60921 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -1564,7 +1564,7 @@ typedef struct { LassoIdentity *LassoLogout_identity_get(LassoLogout *self) { return lasso_profile_get_identity(LASSO_PROFILE(self)); } -#define LassoLogout_get_identity LassoLogout_identity_get +#define LassoLogout_set_identity LassoLogout_identity_set gint LassoLogout_identity_set(LassoLogout *self, LassoIdentity *identity) { return lasso_profile_set_identity(LASSO_PROFILE(self), identity); } |
