summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2008-09-08 11:58:30 +0100
committerRob Bradford <rob@linux.intel.com>2008-09-17 11:23:54 +0100
commita9968a526d56b17a43192225364aaff3a32ced4a (patch)
tree7af976199cb100f532abcd0dde353479b40bb856 /docs
parentf5b672246283a67125f30b8314ab2b8ab29a6599 (diff)
downloadlibrest-a9968a526d56b17a43192225364aaff3a32ced4a.tar.gz
Add customisable generated gtk-doc files.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/rest/rest-docs.sgml15
-rw-r--r--docs/reference/rest/rest-overrides.txt0
-rw-r--r--docs/reference/rest/rest-sections.txt79
-rw-r--r--docs/reference/rest/rest.types3
4 files changed, 97 insertions, 0 deletions
diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml
new file mode 100644
index 0000000..c0db79b
--- /dev/null
+++ b/docs/reference/rest/rest-docs.sgml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
+<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+ <bookinfo>
+ <title>Rest Reference Manual</title>
+ </bookinfo>
+
+ <chapter>
+ <title>Rest API Reference</title>
+ <xi:include href="xml/rest-proxy.xml"/>
+ <xi:include href="xml/rest-proxy-call.xml"/>
+ <xi:include href="xml/rest-xml-parser.xml"/>
+ </chapter>
+</book>
diff --git a/docs/reference/rest/rest-overrides.txt b/docs/reference/rest/rest-overrides.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/reference/rest/rest-overrides.txt
diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt
new file mode 100644
index 0000000..732a271
--- /dev/null
+++ b/docs/reference/rest/rest-sections.txt
@@ -0,0 +1,79 @@
+<SECTION>
+<FILE>rest-proxy</FILE>
+<TITLE>RestProxy</TITLE>
+RestProxy
+RestProxyCallRawCallback
+rest_proxy_new
+rest_proxy_bind
+rest_proxy_call_raw_async
+rest_proxy_call_raw_async_valist
+rest_proxy_run_raw
+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
+rest_proxy_call_set_method
+rest_proxy_call_add_header
+rest_proxy_call_add_headers
+rest_proxy_call_add_headers_from_valist
+rest_proxy_call_add_headers_from_hash
+rest_proxy_call_lookup_header
+rest_proxy_call_remove_header
+rest_proxy_call_add_param
+rest_proxy_call_add_params
+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_run
+RestProxyCallAsyncCallback
+rest_proxy_call_async
+rest_proxy_call_lookup_response_header
+rest_proxy_call_get_response_headers
+rest_proxy_call_get_payload_length
+rest_proxy_call_get_payload
+rest_proxy_call_get_status_code
+rest_proxy_call_get_response_message
+<SUBSECTION Standard>
+REST_PROXY_CALL
+REST_IS_PROXY_CALL
+REST_TYPE_PROXY_CALL
+rest_proxy_call_get_type
+REST_PROXY_CALL_CLASS
+REST_IS_PROXY_CALL_CLASS
+REST_PROXY_CALL_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>rest-xml-parser</FILE>
+<TITLE>RestXmlParser</TITLE>
+RestXmlParser
+RestXmlNode
+rest_xml_node_new
+rest_xml_node_free
+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>
+
diff --git a/docs/reference/rest/rest.types b/docs/reference/rest/rest.types
new file mode 100644
index 0000000..81b7216
--- /dev/null
+++ b/docs/reference/rest/rest.types
@@ -0,0 +1,3 @@
+rest_proxy_get_type
+rest_proxy_call_get_type
+rest_xml_parser_get_type