diff options
author | Ross Burton <ross@linux.intel.com> | 2008-09-19 09:14:55 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2008-09-19 09:14:55 +0100 |
commit | 2a05979b34b69c757a1267faad3de8ffa341509f (patch) | |
tree | 358f652ff572c817dbb0a4c09bac23aa6691a38e /docs | |
parent | b19e661e38fdfb65826d4308d96794ba1bf50adb (diff) | |
download | librest-2a05979b34b69c757a1267faad3de8ffa341509f.tar.gz |
Add the classes to the docs, as they have vfuncs to document
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/rest/rest-sections.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ <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 |