summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-07-06 11:24:41 +0100
committerRoss Burton <ross@linux.intel.com>2010-07-08 21:17:06 +0100
commit23de181bdb4eae9fe769a8f20d5359cbf443e52a (patch)
tree4018c30910f2b65d9d5e937c08f1d5834f467a0a /docs
parent69598d828dc7d1af656ceab8aa2b878885e957a3 (diff)
downloadlibrest-23de181bdb4eae9fe769a8f20d5359cbf443e52a.tar.gz
rest: add RestParam and RestParams types
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-docs.sgml2
-rw-r--r--docs/reference/rest/rest-sections.txt35
2 files changed, 37 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml
index 9b90b99..9069bf8 100644
--- a/docs/reference/rest/rest-docs.sgml
+++ b/docs/reference/rest/rest-docs.sgml
@@ -8,6 +8,8 @@
<chapter>
<title>REST Proxies</title>
+ <xi:include href="xml/rest-param.xml"/>
+ <xi:include href="xml/rest-params.xml"/>
<xi:include href="xml/rest-proxy.xml"/>
<xi:include href="xml/rest-proxy-call.xml"/>
<xi:include href="xml/oauth-proxy.xml"/>
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
index d8fb8b9..0c67108 100644
--- a/docs/reference/rest/rest-sections.txt
+++ b/docs/reference/rest/rest-sections.txt
@@ -36,6 +36,7 @@ rest_proxy_call_add_headers_from_valist
rest_proxy_call_lookup_header
rest_proxy_call_remove_header
rest_proxy_call_add_param
+rest_proxy_call_add_param_full
rest_proxy_call_add_params
rest_proxy_call_add_params_from_valist
rest_proxy_call_lookup_param
@@ -174,3 +175,37 @@ OAUTH_PROXY_CLASS
OAUTH_IS_PROXY_CLASS
OAUTH_PROXY_GET_CLASS
</SECTION>
+
+<SECTION>
+<FILE>rest-params</FILE>
+<TITLE>RestParams</TITLE>
+RestParams
+RestParamsIter
+rest_params_new
+rest_params_free
+rest_params_add
+rest_params_get
+rest_params_remove
+rest_params_are_strings
+rest_params_as_string_hash_table
+rest_params_iter_init
+rest_params_iter_next
+</SECTION>
+
+<SECTION>
+<FILE>rest-param</FILE>
+<TITLE>RestParam</TITLE>
+RestMemoryUse
+RestParam
+rest_param_new_string
+rest_param_new_full
+rest_param_new_with_owner
+rest_param_is_string
+rest_param_get_name
+rest_param_get_content_type
+rest_param_get_file_name
+rest_param_get_content
+rest_param_get_content_length
+rest_param_ref
+rest_param_unref
+</SECTION>