summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-06-07 12:49:42 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-06-07 12:49:42 +0000
commite89552953e3eca5a96a23ea0b569df070a827fce (patch)
tree4543996615c9f46ec189344e40f7b299ffdc974c /swig
parentcb00d56e4efd8ae21c05024fdd040edd7f42d73d (diff)
downloadlasso-e89552953e3eca5a96a23ea0b569df070a827fce.tar.gz
lasso-e89552953e3eca5a96a23ea0b569df070a827fce.tar.xz
lasso-e89552953e3eca5a96a23ea0b569df070a827fce.zip
added lasso_idwsf2_data_service_get_attribute_string
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso-wsf2.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/swig/Lasso-wsf2.i b/swig/Lasso-wsf2.i
index f42cccb4..e4a87c1a 100644
--- a/swig/Lasso-wsf2.i
+++ b/swig/Lasso-wsf2.i
@@ -373,6 +373,9 @@ typedef struct {
%newobject getAttributeNode;
char* getAttributeNode(const char *item_id = NULL);
+
+ %newobject getAttributeString;
+ char* getAttributeString(const char *item_id = NULL);
}
%{
@@ -443,6 +446,7 @@ typedef struct {
#define LassoIdWsf2DataService_processQueryResponseMsg lasso_idwsf2_data_service_process_query_response_msg
#define LassoIdWsf2DataService_getAttributeNode(self, itemId) \
get_xml_string(lasso_idwsf2_data_service_get_attribute_node(self, itemId))
+#define LassoIdWsf2DataService_getAttributeString lasso_idwsf2_data_service_get_attribute_string
%}