[librest/wip/baedert/tests: 22/27] proxy-call: Document _add_param_full



commit 03f21eddb06092f25f6056a40945c4cc1434c2e1
Author: Timm Bäder <mail baedert org>
Date:   Tue Feb 21 17:39:27 2017 +0100

    proxy-call: Document _add_param_full

 rest/rest-proxy-call.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/rest/rest-proxy-call.c b/rest/rest-proxy-call.c
index e169d19..bf497a5 100644
--- a/rest/rest-proxy-call.c
+++ b/rest/rest-proxy-call.c
@@ -420,6 +420,13 @@ rest_proxy_call_add_param (RestProxyCall *call,
   rest_params_add (priv->params, param);
 }
 
+/**
+ * rest_proxy_call_add_param_full:
+ * @call: The #RestProxyCall
+ * @param: (transfer full): The parameter to add
+ *
+ * Add a query parameter @param to this call.
+ */
 void
 rest_proxy_call_add_param_full (RestProxyCall *call, RestParam *param)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]