diff options
-rw-r--r-- | rest/rest-proxy.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rest/rest-proxy.c b/rest/rest-proxy.c index aeb056a..a84a53e 100644 --- a/rest/rest-proxy.c +++ b/rest/rest-proxy.c @@ -460,6 +460,15 @@ _rest_proxy_new_call (RestProxy *proxy) return call; } +/** + * rest_proxy_new_call: + * @proxy: the #RestProxy + * + * Create a new #RestProxyCall for making a call to the web service. This call + * is one-shot and should not be re-used for making multiple calls. + * + * Returns: a new #RestProxyCall. + */ RestProxyCall * rest_proxy_new_call (RestProxy *proxy) { |