summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-09-02 15:48:34 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2014-09-02 18:45:10 +0200
commitc07461a56c22a7263166fd8debff9d3fca452e8e (patch)
tree4b3b7871a608a5f437c1b24f9fe079e9177301d4
parent0af8d4df4e5abb6ea36c9b3a9f04de03a41b2808 (diff)
downloadlibrest-c07461a56c22a7263166fd8debff9d3fca452e8e.tar.gz
More improvements to rest_proxy_call_get_params API doc
-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 bfe580b..22de07d 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -531,11 +531,11 @@ rest_proxy_call_remove_param (RestProxyCall *call,
* rest_proxy_call_get_params:
* @call: The #RestProxyCall
*
- * Get the parameters as a #GHashTable of parameter names to values. The
+ * Get the parameters as a #RestParams of parameter names to values. The
* returned value is owned by the RestProxyCall instance and should not
* be freed by the caller.
*
- * Returns: A #RestParams.
+ * Returns: (transfer none): A #RestParams.
*/
RestParams *
rest_proxy_call_get_params (RestProxyCall *call)