diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-03-27 16:51:19 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-03-27 16:51:19 +0000 |
| commit | cdaf6377375eecdbc1f320cb7c5d470edfb45048 (patch) | |
| tree | 5a38b2cc64e13232ab713387f6012da9ef7b7334 | |
| parent | 5927c51f9e8b5642f6cd2a51b84c7a36fe009ea8 (diff) | |
| download | lasso-cdaf6377375eecdbc1f320cb7c5d470edfb45048.tar.gz lasso-cdaf6377375eecdbc1f320cb7c5d470edfb45048.tar.xz lasso-cdaf6377375eecdbc1f320cb7c5d470edfb45048.zip | |
Core: change GObjectAnnotation of lasso_node_export_to_query to state that private_key_file is optional
| -rw-r--r-- | lasso/xml/xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/xml/xml.c b/lasso/xml/xml.c index 1aa4c731..9ca9f75a 100644 --- a/lasso/xml/xml.c +++ b/lasso/xml/xml.c @@ -358,8 +358,8 @@ lasso_node_export_to_paos_request(LassoNode *node, const char *issuer, /** * lasso_node_export_to_query: * @node: a #LassoNode - * @sign_method: the Signature transform method - * @private_key_file: the path to the private key (may be NULL) + * @sign_method:(default 1): the Signature transform method + * @private_key_file:(allow-none): the path to the private key (may be NULL) * * Exports @node to a HTTP query string. If @private_key_file is NULL, * query won't be signed. |
