From 3d8841357ce52a77579fa6fd572c722b31280cb4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 27 Mar 2012 12:29:21 +0100 Subject: rest-proxy: add some basic documentation --- rest/rest-proxy.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'rest/rest-proxy.c') 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) { -- cgit v1.2.1