summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lasso/xml/xml.c4
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.