diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:29 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:07:29 +0000 |
| commit | 5bb615a54c98981ee32a045e93b868d0be65556b (patch) | |
| tree | bf228edcb6160677c95cebbeaa27c4923f7070fa | |
| parent | 3e994cd469db6dfa7e7fe8ee7315493f355807d6 (diff) | |
Documentation for lasso_wsf_profile_add_credential
| -rw-r--r-- | lasso/id-wsf/wsf_profile.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lasso/id-wsf/wsf_profile.c b/lasso/id-wsf/wsf_profile.c index a66dc676..89fdacd5 100644 --- a/lasso/id-wsf/wsf_profile.c +++ b/lasso/id-wsf/wsf_profile.c @@ -123,6 +123,16 @@ lasso_wsf_profile_move_credentials(LassoWsfProfile *src, LassoWsfProfile *dest) return 0; } +/** + * lasso_wsf_profile_add_credential: + * @profile: a #LassoWsfProfile + * @credential: an #xmlNode containing credential informations + * + * Add credential for use in a future ID-WSF request to the underlying + * service. + * + * Returns: 0. + */ gint lasso_wsf_profile_add_credential(LassoWsfProfile *profile, xmlNode *credential) { |
