summaryrefslogtreecommitdiffstats
path: root/swig/Lasso.i
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-09-22 14:33:42 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-09-22 14:33:42 +0000
commit4eedccfa77742a38e5a5c00df58a4b2368b83634 (patch)
treeaefbe473d57d6f706d272942f9419985ff8cde9c /swig/Lasso.i
parent179a57c71fa32db5e0c0cf807826ec2756830535 (diff)
downloadlasso-4eedccfa77742a38e5a5c00df58a4b2368b83634.tar.gz
lasso-4eedccfa77742a38e5a5c00df58a4b2368b83634.tar.xz
lasso-4eedccfa77742a38e5a5c00df58a4b2368b83634.zip
fixed a lot of bug, added a new attribute oldNameIdentifier. Now after the process of the identity object ( or dump), nameIdentifier holds the new name identifier and oldNameIdentifier holds the old name identifier
Diffstat (limited to 'swig/Lasso.i')
-rw-r--r--swig/Lasso.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index 209413f9..9f17ed65 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -2248,6 +2248,9 @@ typedef struct {
%immutable nameIdentifier;
gchar *nameIdentifier;
+ %immutable oldNameIdentifier;
+ gchar *oldNameIdentifier;
+
%newobject remoteProviderId_get;
gchar *remoteProviderId;
@@ -2351,6 +2354,12 @@ gchar *LassoNameRegistration_nameIdentifier_get(LassoNameRegistration *self) {
return LASSO_PROFILE(self)->nameIdentifier;
}
+/* oldNameIdentifier */
+#define LassoNameRegistration_get_oldNameIdentifier LassoNameRegistration_oldNameIdentifier_get
+gchar *LassoNameRegistration_oldNameIdentifier_get(LassoNameRegistration *self) {
+ return self->oldNameIdentifier;
+}
+
/* remoteProviderId */
#define LassoNameRegistration_get_remoteProviderId LassoNameRegistration_remoteProviderId_get
gchar *LassoNameRegistration_remoteProviderId_get(LassoNameRegistration *self) {