summaryrefslogtreecommitdiffstats
path: root/swig/Lasso.i
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 10:39:02 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 10:39:02 +0000
commitd99a72fa4dfbd9ff33bbf640562774cb36b16f0d (patch)
tree8a6d2ed0c01ced59d06a607788270d510a4ead6a /swig/Lasso.i
parent9c45b86263ef37e1de5e48a53d82f277b86bfcd8 (diff)
downloadlasso-d99a72fa4dfbd9ff33bbf640562774cb36b16f0d.tar.gz
lasso-d99a72fa4dfbd9ff33bbf640562774cb36b16f0d.tar.xz
lasso-d99a72fa4dfbd9ff33bbf640562774cb36b16f0d.zip
documented #LassoSession. Removed lasso_session_get_authentication_method and
lasso_session_get_first_providerID methods that were obsolete and unused.
Diffstat (limited to 'swig/Lasso.i')
-rw-r--r--swig/Lasso.i4
1 files changed, 0 insertions, 4 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index db6a3774..828aa0bd 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -1319,9 +1319,6 @@ typedef struct {
%newobject dump;
gchar *dump();
-
- %newobject getAuthenticationMethod;
- gchar *getAuthenticationMethod(gchar *remoteProviderId = NULL);
}
} LassoSession;
@@ -1356,7 +1353,6 @@ LassoProviderIds *LassoSession_providerIds_get(LassoSession *self) {
/* Methods implementations */
#define LassoSession_dump lasso_session_dump
-#define LassoSession_getAuthenticationMethod lasso_session_get_authentication_method
%}