summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2009-05-14 18:59:45 +0100
committerRoss Burton <ross@linux.intel.com>2009-05-15 08:30:53 +0100
commit7af830ab82fd0217b1b63cf8c382dfdc1b68531c (patch)
tree15e636f191b89ed068dae68ca1a84b8c776665ad /docs
parenta25d489d4d99e18c7232357ce93b3a5f5a7f599f (diff)
downloadlibrest-7af830ab82fd0217b1b63cf8c382dfdc1b68531c.tar.gz
Update documentation sections
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-sections.txt101
1 files changed, 60 insertions, 41 deletions
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index c567d7f..23b1f3d 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -1,28 +1,13 @@
<SECTION>
-<FILE>rest-proxy</FILE>
-<TITLE>RestProxy</TITLE>
-RestProxy
-RestProxyClass
-rest_proxy_new
-rest_proxy_bind
-rest_proxy_new_call
-rest_proxy_simple_run
-<SUBSECTION Standard>
-REST_PROXY
-REST_IS_PROXY
-REST_TYPE_PROXY
-rest_proxy_get_type
-REST_PROXY_CLASS
-REST_IS_PROXY_CLASS
-REST_PROXY_GET_CLASS
-</SECTION>
-
-<SECTION>
<FILE>rest-proxy-call</FILE>
<TITLE>RestProxyCall</TITLE>
RestProxyCall
RestProxyCallClass
+REST_PROXY_CALL_ERROR
+RestProxyCallError
rest_proxy_call_set_method
+rest_proxy_call_get_method
+rest_proxy_call_set_function
rest_proxy_call_add_header
rest_proxy_call_add_headers
rest_proxy_call_add_headers_from_valist
@@ -37,6 +22,7 @@ rest_proxy_call_get_params
rest_proxy_call_run
RestProxyCallAsyncCallback
rest_proxy_call_async
+rest_proxy_call_cancel
rest_proxy_call_lookup_response_header
rest_proxy_call_get_response_headers
rest_proxy_call_get_payload_length
@@ -54,15 +40,69 @@ REST_PROXY_CALL_GET_CLASS
</SECTION>
<SECTION>
+<FILE>rest-proxy</FILE>
+<TITLE>RestProxy</TITLE>
+RestProxy
+RestProxyClass
+REST_PROXY_ERROR
+RestProxyError
+rest_proxy_new
+rest_proxy_bind
+rest_proxy_bind_valist
+rest_proxy_set_user_agent
+rest_proxy_get_user_agent
+rest_proxy_new_call
+rest_proxy_simple_run
+rest_proxy_simple_run_valist
+<SUBSECTION Standard>
+REST_PROXY
+REST_IS_PROXY
+REST_TYPE_PROXY
+rest_proxy_get_type
+REST_PROXY_CLASS
+REST_IS_PROXY_CLASS
+REST_PROXY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>rest-xml-parser</FILE>
+<TITLE>RestXmlParser</TITLE>
+RestXmlParser
+RestXmlNode
+rest_xml_parser_new
+rest_xml_parser_parse_from_data
+rest_xml_node_new
+rest_xml_node_ref
+rest_xml_node_unref
+rest_xml_node_get_attr
+rest_xml_node_find
+<SUBSECTION Standard>
+REST_XML_PARSER
+REST_IS_XML_PARSER
+REST_TYPE_XML_PARSER
+rest_xml_parser_get_type
+REST_XML_PARSER_CLASS
+REST_IS_XML_PARSER_CLASS
+REST_XML_PARSER_GET_CLASS
+REST_TYPE_XML_NODE
+</SECTION>
+
+<SECTION>
<FILE>oauth-proxy</FILE>
<TITLE>OAuthProxy</TITLE>
OAuthProxy
+OAuthSignatureMethod
oauth_proxy_new
+oauth_proxy_new_with_token
OAuthProxyAuthCallback
oauth_proxy_auth_step
oauth_proxy_auth_step_async
oauth_proxy_get_token
+oauth_proxy_set_token
+oauth_proxy_get_token_secret
+oauth_proxy_set_token_secret
<SUBSECTION Standard>
+OAuthProxyClass
OAUTH_PROXY
OAUTH_IS_PROXY
OAUTH_TYPE_PROXY
@@ -77,6 +117,7 @@ OAUTH_PROXY_GET_CLASS
<TITLE>OAuthProxyCall</TITLE>
OAuthProxyCall
<SUBSECTION Standard>
+OAuthProxyCallClass
OAUTH_PROXY_CALL
OAUTH_IS_PROXY_CALL
OAUTH_TYPE_PROXY_CALL
@@ -85,25 +126,3 @@ OAUTH_PROXY_CALL_CLASS
OAUTH_IS_PROXY_CALL_CLASS
OAUTH_PROXY_CALL_GET_CLASS
</SECTION>
-
-<SECTION>
-<FILE>rest-xml-parser</FILE>
-<TITLE>RestXmlParser</TITLE>
-RestXmlParser
-RestXmlNode
-rest_xml_node_new
-rest_xml_node_unref
-rest_xml_parser_new
-rest_xml_parser_parse_from_data
-rest_xml_node_get_attr
-rest_xml_node_find
-<SUBSECTION Standard>
-REST_XML_PARSER
-REST_IS_XML_PARSER
-REST_TYPE_XML_PARSER
-rest_xml_parser_get_type
-REST_XML_PARSER_CLASS
-REST_IS_XML_PARSER_CLASS
-REST_XML_PARSER_GET_CLASS
-</SECTION>
-