diff options
author | Ross Burton <ross@linux.intel.com> | 2009-05-20 14:29:10 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-05-20 14:29:10 +0100 |
commit | 31324c42f14c82e57a66d6241a01efa28b3ae921 (patch) | |
tree | 100284204fca05f21993f9d457193b21a93c168d /docs | |
parent | 18ab75eb99e9e581582d263545778b43f6e23666 (diff) |
Update API documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/rest/rest-docs.sgml | 2 | ||||
-rw-r--r-- | docs/reference/rest/rest-sections.txt | 38 | ||||
-rw-r--r-- | docs/reference/rest/rest.types | 6 |
3 files changed, 44 insertions, 2 deletions
diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml index f95c846..a7d2cd0 100644 --- a/docs/reference/rest/rest-docs.sgml +++ b/docs/reference/rest/rest-docs.sgml @@ -12,6 +12,8 @@ <xi:include href="xml/rest-proxy-call.xml"/> <xi:include href="xml/oauth-proxy.xml"/> <xi:include href="xml/oauth-proxy-call.xml"/> + <xi:include href="xml/flickr-proxy.xml"/> + <xi:include href="xml/flickr-proxy-call.xml"/> <xi:include href="xml/rest-xml-parser.xml"/> </chapter> </book> diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index 1335462..3f2d1bf 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -1,8 +1,29 @@ <SECTION> +<FILE>flickr-proxy</FILE> +FlickrProxyPrivate +<TITLE>FlickrProxy</TITLE> +FlickrProxy +flickr_proxy_new +flickr_proxy_new_with_token +flickr_proxy_get_token +flickr_proxy_set_token +flickr_proxy_sign +flickr_proxy_build_login_url +<SUBSECTION Standard> +FlickrProxyClass +FLICKR_PROXY +FLICKR_IS_PROXY +FLICKR_TYPE_PROXY +flickr_proxy_get_type +FLICKR_PROXY_CLASS +FLICKR_IS_PROXY_CLASS +FLICKR_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 @@ -112,6 +133,21 @@ OAUTH_PROXY_GET_CLASS </SECTION> <SECTION> +<FILE>flickr-proxy-call</FILE> +<TITLE>FlickrProxyCall</TITLE> +FlickrProxyCall +<SUBSECTION Standard> +FlickrProxyCallClass +FLICKR_PROXY_CALL +FLICKR_IS_PROXY_CALL +FLICKR_TYPE_PROXY_CALL +flickr_proxy_call_get_type +FLICKR_PROXY_CALL_CLASS +FLICKR_IS_PROXY_CALL_CLASS +FLICKR_PROXY_CALL_GET_CLASS +</SECTION> + +<SECTION> <FILE>oauth-proxy-call</FILE> <TITLE>OAuthProxyCall</TITLE> OAuthProxyCall diff --git a/docs/reference/rest/rest.types b/docs/reference/rest/rest.types index 81b7216..28eae50 100644 --- a/docs/reference/rest/rest.types +++ b/docs/reference/rest/rest.types @@ -1,3 +1,7 @@ +rest_xml_parser_get_type rest_proxy_get_type rest_proxy_call_get_type -rest_xml_parser_get_type +oauth_proxy_get_type +oauth_proxy_call_get_type +flickr_proxy_get_type +flickr_proxy_call_get_type |