diff options
author | Ross Burton <ross@linux.intel.com> | 2008-09-19 11:16:38 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2008-09-19 11:16:38 +0100 |
commit | fd9ce79fa5b3f67ec1ae7993727285740d61769d (patch) | |
tree | 56a658bc2be0d9e2dc17b283c2f9f46e2aa95507 /docs/reference | |
parent | db4e954f7b4670cc567cf6f3625eb72013886c56 (diff) | |
parent | b2a7472bc00d1c147de24f3a27ff2e449aa509fd (diff) | |
download | librest-fd9ce79fa5b3f67ec1ae7993727285740d61769d.tar.gz |
Merge branch 'master' into oauth
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/rest/rest-sections.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 65ee42d..afdecb6 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -2,6 +2,7 @@ <FILE>rest-proxy</FILE> <TITLE>RestProxy</TITLE> RestProxy +RestProxyClass RestProxyCallRawCallback rest_proxy_new rest_proxy_bind @@ -24,6 +25,7 @@ REST_PROXY_GET_CLASS <FILE>rest-proxy-call</FILE> <TITLE>RestProxyCall</TITLE> RestProxyCall +RestProxyCallClass rest_proxy_call_set_method rest_proxy_call_add_header rest_proxy_call_add_headers @@ -37,6 +39,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 |