From 31324c42f14c82e57a66d6241a01efa28b3ae921 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 May 2009 14:29:10 +0100 Subject: Update API documentation --- docs/reference/rest/rest-docs.sgml | 2 ++ docs/reference/rest/rest-sections.txt | 38 ++++++++++++++++++++++++++++++++++- docs/reference/rest/rest.types | 6 +++++- 3 files changed, 44 insertions(+), 2 deletions(-) (limited to 'docs') 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 @@ + + 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 @@ +
+flickr-proxy +FlickrProxyPrivate +FlickrProxy +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 + +FlickrProxyClass +FLICKR_PROXY +FLICKR_IS_PROXY +FLICKR_TYPE_PROXY +flickr_proxy_get_type +FLICKR_PROXY_CLASS +FLICKR_IS_PROXY_CLASS +FLICKR_PROXY_GET_CLASS +
+
rest-proxy-call RestProxyCall RestProxyCall -RestProxyCallClass REST_PROXY_CALL_ERROR RestProxyCallError rest_proxy_call_set_method @@ -111,6 +132,21 @@ OAUTH_IS_PROXY_CLASS OAUTH_PROXY_GET_CLASS
+
+flickr-proxy-call +FlickrProxyCall +FlickrProxyCall + +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 +
+
oauth-proxy-call 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 -- cgit v1.2.1