summaryrefslogtreecommitdiff
path: root/rest/rest-proxy-call.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 13:55:06 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2014-03-10 16:58:42 +0000
commit3796b68023229ddfdf1686847c526db6e965dbaf (patch)
treeffa3a2f9a7c507dc5f74a6409c5cf72642bc67e4 /rest/rest-proxy-call.c
parent9509fdfdf18a18c1a1624019c51433053c381b0a (diff)
downloadlibrest-3796b68023229ddfdf1686847c526db6e965dbaf.tar.gz
docs: Add missing gtk-doc annotations
https://bugzilla.gnome.org/show_bug.cgi?id=712747
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.