diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:27 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:27 +0000 |
| commit | 3e994cd469db6dfa7e7fe8ee7315493f355807d6 (patch) | |
| tree | d0936a169bedf0dc1ad7536e02458f9248858f50 | |
| parent | 376dcdd7240ece140ef3c7d2aac3b38c547686e5 (diff) | |
| download | lasso-3e994cd469db6dfa7e7fe8ee7315493f355807d6.tar.gz lasso-3e994cd469db6dfa7e7fe8ee7315493f355807d6.tar.xz lasso-3e994cd469db6dfa7e7fe8ee7315493f355807d6.zip | |
documentation for lasso_wsf_profile_move_credentials
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 11 |
1 files changed, 10 insertions, 1 deletions
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) { |
