diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-02-21 10:21:34 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-02-21 10:21:34 +0000 |
| commit | ac0dcdda5e470af346a8a2c4a9e8097ea03a4c9a (patch) | |
| tree | 3f3250d00136411e0fd4fdffd6e692a103113b48 | |
| parent | bb5b171a66f07d68fb8746fbb501059e3a6cc959 (diff) | |
| download | lasso-ac0dcdda5e470af346a8a2c4a9e8097ea03a4c9a.tar.gz lasso-ac0dcdda5e470af346a8a2c4a9e8097ea03a4c9a.tar.xz lasso-ac0dcdda5e470af346a8a2c4a9e8097ea03a4c9a.zip | |
* reflect in the documentation of lasso_server_new the fact that metadata is optional
| -rw-r--r-- | lasso/id-ff/server.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/id-ff/server.c b/lasso/id-ff/server.c index 923b6ae1..2cfc5d7c 100644 --- a/lasso/id-ff/server.c +++ b/lasso/id-ff/server.c @@ -672,10 +672,10 @@ lasso_server_get_type() /** * lasso_server_new: - * @metadata: path to the provider metadata file + * @metadata: path to the provider metadata file or NULL, for a LECP server * @private_key: path to the the server private key file or NULL - * @private_key_password: password to private key (if it is encrypted) - * @certificate: path to the server certificate file + * @private_key_password: password to private key if it is encrypted, or NULL + * @certificate: path to the server certificate file, or NULL * * Creates a new #LassoServer. * |
