summaryrefslogtreecommitdiffstats
path: root/lasso/xml/id-wsf-2.0/disco_service_context.h
diff options
context:
space:
mode:
authorDamien Laniel <dlaniel@entrouvert.com>2007-07-09 09:16:36 +0000
committerDamien Laniel <dlaniel@entrouvert.com>2007-07-09 09:16:36 +0000
commit3940aaa707ab4f10abff6edfb11d60ad94dbda13 (patch)
tree5544c6141b89e92e161870ebdbe366c44e016055 /lasso/xml/id-wsf-2.0/disco_service_context.h
parent68583058a5be10adc23730322889f076dbd1009b (diff)
downloadlasso-3940aaa707ab4f10abff6edfb11d60ad94dbda13.tar.gz
lasso-3940aaa707ab4f10abff6edfb11d60ad94dbda13.tar.xz
lasso-3940aaa707ab4f10abff6edfb11d60ad94dbda13.zip
_new function have no parameters and added some _new_full function instead
Diffstat (limited to 'lasso/xml/id-wsf-2.0/disco_service_context.h')
-rw-r--r--lasso/xml/id-wsf-2.0/disco_service_context.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lasso/xml/id-wsf-2.0/disco_service_context.h b/lasso/xml/id-wsf-2.0/disco_service_context.h
index b55bd91b..42283a52 100644
--- a/lasso/xml/id-wsf-2.0/disco_service_context.h
+++ b/lasso/xml/id-wsf-2.0/disco_service_context.h
@@ -66,8 +66,10 @@ struct _LassoIdWsf2DiscoServiceContextClass {
LASSO_EXPORT GType lasso_idwsf2_disco_service_context_get_type(void);
-LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new(
- const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext);
+LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new();
+
+LASSO_EXPORT LassoIdWsf2DiscoServiceContext* lasso_idwsf2_disco_service_context_new_full(
+ const gchar *serviceType, LassoIdWsf2DiscoEndpointContext *endpointContext);
#ifdef __cplusplus
}