Core: change GObjectAnnotation of lasso_node_export_to_query to state that private_key_file is optional

This commit is contained in:
Benjamin Dauvergne 2010-03-27 16:51:19 +00:00
parent 5927c51f9e
commit cdaf637737
1 changed files with 2 additions and 2 deletions

View File

@ -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.