From 81aa99d3c84b588e117e1e77004a3f26663fa7ff Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 18 Sep 2008 22:40:48 +0100 Subject: Add rest_proxy_call_get_params to the docs --- docs/reference/rest/rest-sections.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 732a271..facc4cf 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -37,6 +37,7 @@ rest_proxy_call_add_params_from_valist rest_proxy_call_add_params_from_hash rest_proxy_call_lookup_param rest_proxy_call_remove_param +rest_proxy_call_get_params rest_proxy_call_run RestProxyCallAsyncCallback rest_proxy_call_async -- cgit v1.2.1 From 2a05979b34b69c757a1267faad3de8ffa341509f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Sep 2008 09:14:55 +0100 Subject: Add the classes to the docs, as they have vfuncs to document --- docs/reference/rest/rest-sections.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index facc4cf..6d86c6f 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -2,6 +2,7 @@ rest-proxy RestProxy RestProxy +RestProxyClass RestProxyCallRawCallback rest_proxy_new rest_proxy_bind @@ -24,6 +25,7 @@ REST_PROXY_GET_CLASS rest-proxy-call RestProxyCall RestProxyCall +RestProxyCallClass rest_proxy_call_set_method rest_proxy_call_add_header rest_proxy_call_add_headers -- cgit v1.2.1