summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'rest/rest-proxy-call.c')
-rw-r--r--rest/rest-proxy-call.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index 9e15aa3..6e553bd 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -295,7 +295,7 @@ rest_proxy_call_add_header (RestProxyCall *call,
/**
* rest_proxy_call_add_headers:
* @call: The #RestProxyCall
- * @Varargs: Header name and value pairs, followed by %NULL.
+ * @...: Header name and value pairs, followed by %NULL.
*
* Add the specified header name and value pairs to the call. If a header
* already exists, the new value will replace the old.
@@ -419,7 +419,7 @@ rest_proxy_call_add_param_full (RestProxyCall *call, RestParam *param)
/**
* rest_proxy_call_add_params:
* @call: The #RestProxyCall
- * @Varargs: Parameter name and value pairs, followed by %NULL.
+ * @...: Parameter name and value pairs, followed by %NULL.
*
* Add the specified parameter name and value pairs to the call. If a parameter
* already exists, the new value will replace the old.