summaryrefslogtreecommitdiffstats
path: root/lasso/xml
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:13:30 +0000
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2009-08-26 15:13:30 +0000
commit33576b629a083932e4e7c71aa16dff6684a45373 (patch)
tree793fa2192db82f598c2ca8ec521d56b3b80c6ce6 /lasso/xml
parentc01a0e78fad7270d246f516c004001373ef632a0 (diff)
downloadlasso-33576b629a083932e4e7c71aa16dff6684a45373.tar.gz
lasso-33576b629a083932e4e7c71aa16dff6684a45373.tar.xz
lasso-33576b629a083932e4e7c71aa16dff6684a45373.zip
XML: add documentation for lasso_idwsf2_disco_svc_md_register_new_full
* lasso/xml/id-wsf-2.0/disco_svc_md_register.c: add documentation for constructor function lasso_idwsf2_disco_svc_md_register_new_full.
Diffstat (limited to 'lasso/xml')
-rw-r--r--lasso/xml/id-wsf-2.0/disco_svc_md_register.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/lasso/xml/id-wsf-2.0/disco_svc_md_register.c b/lasso/xml/id-wsf-2.0/disco_svc_md_register.c
index 005f0cc5..fc8e8b3f 100644
--- a/lasso/xml/id-wsf-2.0/disco_svc_md_register.c
+++ b/lasso/xml/id-wsf-2.0/disco_svc_md_register.c
@@ -123,6 +123,18 @@ lasso_idwsf2_disco_svc_md_register_new()
}
+/**
+ * lasso_idwsf2_disco_svc_md_register_new_full:
+ * @service_type: the service type for the registered metadatas
+ * @abstract: the human description for the service
+ * @provider_id: the SAML provider id of the service
+ * @soap_endpoint: the SOAP endpoint URL for the service
+ *
+ * Create and initialize a complete message for registering new metadatas at a discovery service.
+ *
+ * Return value: a new filled and initialized #LassoIdWsf2DiscoSvcMDRegister if successfull, NULL
+ * otherwise.
+ */
LassoIdWsf2DiscoSvcMDRegister*
lasso_idwsf2_disco_svc_md_register_new_full(const gchar *service_type, const gchar *abstract,
const gchar *provider_id, const gchar *soap_endpoint)