From ae8b14b0934b55308527d7e9e7b0b46ba7cce604 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 17 May 2010 12:19:57 +0100 Subject: docs: remove rest-extras from rest docs, they don't work --- docs/reference/rest/Makefile.am | 8 +++---- docs/reference/rest/rest-docs.sgml | 10 ++++---- docs/reference/rest/rest-sections.txt | 43 ++--------------------------------- docs/reference/rest/rest.types | 2 -- 4 files changed, 12 insertions(+), 51 deletions(-) (limited to 'docs') diff --git a/docs/reference/rest/Makefile.am b/docs/reference/rest/Makefile.am index 3cbfc00..c718fdc 100644 --- a/docs/reference/rest/Makefile.am +++ b/docs/reference/rest/Makefile.am @@ -46,12 +46,12 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(top_srcdir)/rest/*.h $(top_srcdir)/rest-extras/*.h -CFILE_GLOB=$(top_srcdir)/rest/*.c $(top_srcdir)/rest-extras/*.c +HFILE_GLOB=$(top_srcdir)/rest/*.h +CFILE_GLOB=$(top_srcdir)/rest/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES=rest-private.h +IGNORE_HFILES=rest-private.h sha1.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png @@ -72,7 +72,7 @@ expand_content_files= # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) $(SOUP_CFLAGS) $(XML_CFLAGS) -GTKDOC_LIBS=$(top_builddir)/rest/librest-@API_VERSION@.la $(top_builddir)/rest-extras/librest-extras-@API_VERSION@.la +GTKDOC_LIBS=$(top_builddir)/rest/librest-@API_VERSION@.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/docs/reference/rest/rest-docs.sgml b/docs/reference/rest/rest-docs.sgml index a7d2cd0..9e59663 100644 --- a/docs/reference/rest/rest-docs.sgml +++ b/docs/reference/rest/rest-docs.sgml @@ -3,17 +3,19 @@ "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> - Rest Reference Manual + librest Reference Manual - Rest API Reference + REST Proxies - - + + + + XML Parsing diff --git a/docs/reference/rest/rest-sections.txt b/docs/reference/rest/rest-sections.txt index dbf986d..7038cce 100644 --- a/docs/reference/rest/rest-sections.txt +++ b/docs/reference/rest/rest-sections.txt @@ -1,18 +1,3 @@ -
-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 -
-
rest-xml-parser RestXmlParser @@ -67,6 +52,7 @@ rest_proxy_call_get_payload rest_proxy_call_get_status_code rest_proxy_call_get_status_message +RestProxyCallPrivate REST_PROXY_CALL REST_IS_PROXY_CALL REST_TYPE_PROXY_CALL @@ -76,32 +62,6 @@ REST_IS_PROXY_CALL_CLASS REST_PROXY_CALL_GET_CLASS
-
-flickr-proxy -FlickrProxyPrivate -FlickrProxy -FlickrProxy -FLICKR_PROXY_ERROR -flickr_proxy_new -flickr_proxy_new_with_token -flickr_proxy_get_api_key -flickr_proxy_get_shared_secret -flickr_proxy_get_token -flickr_proxy_set_token -flickr_proxy_sign -flickr_proxy_build_login_url -flickr_proxy_is_successful - -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 RestProxy @@ -162,6 +122,7 @@ oauth_proxy_set_token oauth_proxy_get_token_secret oauth_proxy_set_token_secret +OAuthProxyPrivate OAuthProxyClass OAUTH_PROXY OAUTH_IS_PROXY diff --git a/docs/reference/rest/rest.types b/docs/reference/rest/rest.types index 28eae50..b710397 100644 --- a/docs/reference/rest/rest.types +++ b/docs/reference/rest/rest.types @@ -3,5 +3,3 @@ rest_proxy_get_type rest_proxy_call_get_type oauth_proxy_get_type oauth_proxy_call_get_type -flickr_proxy_get_type -flickr_proxy_call_get_type -- cgit v1.2.1