diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-03-28 16:07:54 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-03-28 16:07:54 +0000 |
| commit | 59e505c40c5707ed37510508bccde0dcd1e18181 (patch) | |
| tree | 8dc339239b2d31916b7534d6c00731a624e6c530 | |
| parent | 8adb45fdb7a06d32c59c6aa06637cce3a6b148e2 (diff) | |
const is useless, and LassoIdWsf2UtilTestResult does not exist, breaking the bindings
| -rw-r--r-- | lasso/xml/id-wsf-2.0/dstref_modify_item.c | 2 | ||||
| -rw-r--r-- | lasso/xml/id-wsf-2.0/dstref_modify_item.h | 2 | ||||
| -rw-r--r-- | lasso/xml/id-wsf-2.0/subs_notification.h | 2 | ||||
| -rw-r--r-- | lasso/xml/id-wsf-2.0/subsref_query_response.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lasso/xml/id-wsf-2.0/dstref_modify_item.c b/lasso/xml/id-wsf-2.0/dstref_modify_item.c index eddf30d2..9a269ab1 100644 --- a/lasso/xml/id-wsf-2.0/dstref_modify_item.c +++ b/lasso/xml/id-wsf-2.0/dstref_modify_item.c @@ -127,7 +127,7 @@ lasso_idwsf2_dstref_modify_item_new() LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new_full(const gchar *item_xpath, const gchar *item_id, - xmlNode *new_data, const gboolean overrideAllowed) + xmlNode *new_data, gboolean overrideAllowed) { LassoIdWsf2DstRefModifyItem *item; diff --git a/lasso/xml/id-wsf-2.0/dstref_modify_item.h b/lasso/xml/id-wsf-2.0/dstref_modify_item.h index 86159c63..1bfc7dc8 100644 --- a/lasso/xml/id-wsf-2.0/dstref_modify_item.h +++ b/lasso/xml/id-wsf-2.0/dstref_modify_item.h @@ -81,7 +81,7 @@ LASSO_EXPORT LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new(vo LASSO_EXPORT LassoIdWsf2DstRefModifyItem* lasso_idwsf2_dstref_modify_item_new_full( const gchar *item_xpath, const gchar *item_id, xmlNode *new_data, - const gboolean overrideAllowed); + gboolean overrideAllowed); #ifdef __cplusplus } diff --git a/lasso/xml/id-wsf-2.0/subs_notification.h b/lasso/xml/id-wsf-2.0/subs_notification.h index 673e8f1c..a9f542bf 100644 --- a/lasso/xml/id-wsf-2.0/subs_notification.h +++ b/lasso/xml/id-wsf-2.0/subs_notification.h @@ -61,7 +61,7 @@ struct _LassoIdWsf2SubsNotification { /*< public >*/ /* elements */ - GList *TestResult; /* of LassoIdWsf2UtilTestResult */ + GList *TestResult; /* attributes */ char *id; char *subscriptionID; diff --git a/lasso/xml/id-wsf-2.0/subsref_query_response.h b/lasso/xml/id-wsf-2.0/subsref_query_response.h index 187ca81c..65d9cedf 100644 --- a/lasso/xml/id-wsf-2.0/subsref_query_response.h +++ b/lasso/xml/id-wsf-2.0/subsref_query_response.h @@ -63,7 +63,7 @@ struct _LassoIdWsf2SubsRefQueryResponse { /*< public >*/ /* elements */ - GList *TestResult; /* of LassoIdWsf2UtilTestResult */ + GList *TestResult; GList *Data; }; |
