diff options
author | Ross Burton <ross@linux.intel.com> | 2010-05-17 12:22:49 +0100 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2010-05-17 12:29:52 +0100 |
commit | 68cf53063ac28282f0f14b512a17c05e5f639317 (patch) | |
tree | a3d6412b079efad4e58c96b5c906b37f2aae4c0c /docs | |
parent | ae8b14b0934b55308527d7e9e7b0b46ba7cce604 (diff) |
docs: document librest-extras
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Makefile.am | 2 | ||||
-rw-r--r-- | docs/reference/rest-extras/Makefile.am | 91 | ||||
-rw-r--r-- | docs/reference/rest-extras/rest-extras-docs.sgml | 16 | ||||
-rw-r--r-- | docs/reference/rest-extras/rest-extras-sections.txt | 94 | ||||
-rw-r--r-- | docs/reference/rest-extras/rest-extras.types | 4 |
5 files changed, 206 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index b7e99c2..84e2cd9 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1 +1 @@ -SUBDIRS = rest +SUBDIRS = rest rest-extras diff --git a/docs/reference/rest-extras/Makefile.am b/docs/reference/rest-extras/Makefile.am new file mode 100644 index 0000000..d1ce68d --- /dev/null +++ b/docs/reference/rest-extras/Makefile.am @@ -0,0 +1,91 @@ +## Process this file with automake to produce Makefile.in + +# We require automake 1.6 at least. +AUTOMAKE_OPTIONS = 1.6 + +# This is a blank Makefile.am for using gtk-doc. +# Copy this to your project's API docs directory and modify the variables to +# suit your project. See the GTK+ Makefiles in gtk+/docs/reference for examples +# of using the various options. + +# The name of the module, e.g. 'glib'. +DOC_MODULE=rest-extras +DOC_MODULE_VERSION=@API_VERSION@ + +# The top-level SGML file. You can change this if you want to. +DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml + +# The directory containing the source code. Relative to $(srcdir). +# gtk-doc will search all .c & .h files beneath here for inline comments +# documenting the functions and macros. +# e.g. DOC_SOURCE_DIR=../../../gtk +DOC_SOURCE_DIR=../../../rest-extras + +# Extra options to pass to gtkdoc-scangobj. Not normally needed. +SCANGOBJ_OPTIONS= + +# Extra options to supply to gtkdoc-scan. +# e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" +SCAN_OPTIONS= + +# Extra options to supply to gtkdoc-mkdb. +# e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml + +# Extra options to supply to gtkdoc-mktmpl +# e.g. MKTMPL_OPTIONS=--only-section-tmpl +MKTMPL_OPTIONS= + +# Extra options to supply to gtkdoc-mkhtml +MKHTML_OPTIONS= + +# Extra options to supply to gtkdoc-fixref. Not normally needed. +# e.g. FIXXREF_OPTIONS=--extra-dir=../gdk-pixbuf/html --extra-dir=../gdk/html +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-extras/*.h +CFILE_GLOB=$(top_srcdir)/rest-extras/*.c + +# Header files to ignore when scanning. +# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h +IGNORE_HFILES= + +# Images to copy into HTML directory. +# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png +HTML_IMAGES= + +# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE). +# e.g. content_files=running.sgml building.sgml changes-2.0.sgml +content_files= + +# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded +# These files must be listed here *and* in content_files +# e.g. expand_content_files=running.sgml +expand_content_files= + +# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library. +# Only needed if you are using gtkdoc-scangobj to dynamically query widget +# signals and properties. +# 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-extras/librest-extras-@API_VERSION@.la + +# This includes the standard gtk-doc make rules, copied by gtkdocize. +include $(top_srcdir)/gtk-doc.make + +# Other files to distribute +# e.g. EXTRA_DIST += version.xml.in +EXTRA_DIST += + +# Files not to distribute +# for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types +# for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt +#DISTCLEANFILES += + +# Comment this out if you want your docs-status tested during 'make check' +#TESTS = $(GTKDOC_CHECK) + diff --git a/docs/reference/rest-extras/rest-extras-docs.sgml b/docs/reference/rest-extras/rest-extras-docs.sgml new file mode 100644 index 0000000..9feb30a --- /dev/null +++ b/docs/reference/rest-extras/rest-extras-docs.sgml @@ -0,0 +1,16 @@ +<?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>librest-extras Reference Manual</title> + </bookinfo> + + <chapter> + <title>REST Proxies</title> + <xi:include href="xml/flickr-proxy.xml"/> + <xi:include href="xml/flickr-proxy-call.xml"/> + <xi:include href="xml/lastfm-proxy.xml"/> + <xi:include href="xml/lastfm-proxy-call.xml"/> + </chapter> +</book> diff --git a/docs/reference/rest-extras/rest-extras-sections.txt b/docs/reference/rest-extras/rest-extras-sections.txt new file mode 100644 index 0000000..e071c14 --- /dev/null +++ b/docs/reference/rest-extras/rest-extras-sections.txt @@ -0,0 +1,94 @@ +<SECTION> +<FILE>flickr-proxy-call</FILE> +<TITLE>FlickrProxyCall</TITLE> +FlickrProxyCall +FlickrProxyCallClass +<SUBSECTION Standard> +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>flickr-proxy</FILE> +<TITLE>FlickrProxy</TITLE> +FlickrProxyPrivate +FlickrProxy +FlickrProxyClass +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 +<SUBSECTION Standard> +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>lastfm-proxy-call</FILE> +<TITLE>LastfmProxyCall</TITLE> +LastfmProxyCall +LastfmProxyCallClass +<SUBSECTION Standard> +LASTFM_PROXY_CALL +LASTFM_IS_PROXY_CALL +LASTFM_TYPE_PROXY_CALL +lastfm_proxy_call_get_type +LASTFM_PROXY_CALL_CLASS +LASTFM_IS_PROXY_CALL_CLASS +LASTFM_PROXY_CALL_GET_CLASS +</SECTION> + +<SECTION> +<FILE>lastfm-proxy</FILE> +<TITLE>LastfmProxy</TITLE> +LastfmProxyPrivate +LastfmProxy +LastfmProxyClass +LASTFM_PROXY_ERROR +lastfm_proxy_new +lastfm_proxy_new_with_session +lastfm_proxy_get_api_key +lastfm_proxy_get_secret +lastfm_proxy_get_session_key +lastfm_proxy_set_session_key +lastfm_proxy_sign +lastfm_proxy_build_login_url +lastfm_proxy_is_successful +<SUBSECTION Standard> +LASTFM_PROXY +LASTFM_IS_PROXY +LASTFM_TYPE_PROXY +lastfm_proxy_get_type +LASTFM_PROXY_CLASS +LASTFM_IS_PROXY_CLASS +LASTFM_PROXY_GET_CLASS +</SECTION> + +<SECTION> +<FILE>lastfm-proxy-private</FILE> +PROXY_GET_PRIVATE +LastfmProxyPrivate +</SECTION> + +<SECTION> +<FILE>flickr-proxy-private</FILE> +PROXY_GET_PRIVATE +FlickrProxyPrivate +</SECTION> + diff --git a/docs/reference/rest-extras/rest-extras.types b/docs/reference/rest-extras/rest-extras.types new file mode 100644 index 0000000..e67f7be --- /dev/null +++ b/docs/reference/rest-extras/rest-extras.types @@ -0,0 +1,4 @@ +flickr_proxy_get_type +flickr_proxy_call_get_type +lastfm_proxy_get_type +lastfm_proxy_call_get_type |