From 3e994cd469db6dfa7e7fe8ee7315493f355807d6 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 1 Aug 2008 14:07:27 +0000 Subject: documentation for lasso_wsf_profile_move_credentials --- lasso/id-wsf/wsf_profile.c | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index aa150532..a66dc676 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -94,7 +94,16 @@ static struct XmlSnippet schema_snippets[] = { { NULL, 0, 0} }; - +/** + * lasso_wsf_profile_move_credentials: + * @src: a #LassoWsfProfile containing the credentials + * @dest: the #LassoWsfProfile where to add the credentials + * + * Move all credentials #xmlNode from src to dest. After this function + * the #LassoWsfProfile src does not contain any credential. + * + * Returns: 0. + */ gint lasso_wsf_profile_move_credentials(LassoWsfProfile *src, LassoWsfProfile *dest) { -- cgit