summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-02-21 10:51:43 +0100
committerTimm Bäder <mail@baedert.org>2017-02-21 17:47:10 +0100
commit5845ef39214f79567d0085963ae5879f0939d4de (patch)
treee7a9752d2c06df2c9ecb1882d84cf9d2798c2214
parent121bb786d16169e8caeca184b4c84c368b335ff8 (diff)
downloadlibrest-5845ef39214f79567d0085963ae5879f0939d4de.tar.gz
Update documentation
Remove some of the old functions from rest-sections.txt and add some new ones.
-rw-r--r--docs/reference/rest/rest-sections.txt15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index 2395bb7..2e5ef18 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -43,10 +43,12 @@ rest_proxy_call_add_params_from_valist
rest_proxy_call_lookup_param
rest_proxy_call_remove_param
rest_proxy_call_get_params
-rest_proxy_call_run
-RestProxyCallAsyncCallback
-rest_proxy_call_async
-rest_proxy_call_cancel
+rest_proxy_call_invoke_async
+rest_proxy_call_invoke_finish
+rest_proxy_call_upload
+rest_proxy_call_upload_finish
+rest_proxy_call_continuous
+rest_proxy_call_continuous_finish
rest_proxy_call_sync
rest_proxy_call_lookup_response_header
rest_proxy_call_get_response_headers
@@ -155,9 +157,6 @@ OAuthSignatureMethod
oauth_proxy_new
oauth_proxy_new_echo_proxy
oauth_proxy_new_with_token
-OAuthProxyAuthCallback
-oauth_proxy_auth_step
-oauth_proxy_auth_step_async
oauth_proxy_request_token
oauth_proxy_request_token_async
oauth_proxy_is_oauth10a
@@ -169,6 +168,8 @@ oauth_proxy_get_token_secret
oauth_proxy_set_token_secret
oauth_proxy_get_signature_host
oauth_proxy_set_signature_host
+oauth_proxy_access_token_finish
+oauth_proxy_request_token_finish
<SUBSECTION Standard>
OAuthProxyPrivate
OAuthProxyClass