Stub of a migration chapter Stub of an overview Overview diagram taken

2007-12-17  Matthias Clasen <mclasen@redhat.com>

        * gio/migration.xml: Stub of a migration chapter
        * gio/overview.xml: Stub of an overview
        * gio/gvfs-overview.{odg,png}: Overview diagram taken
        from Alex Guadec slides.

        * gio/Makefile.am:
        * gio/gio-docs.xml: Include these


svn path=/trunk/; revision=6145
This commit is contained in:
Matthias Clasen 2007-12-17 17:28:40 +00:00 committed by Matthias Clasen
parent c4e3cfbf40
commit 66ff85f3ac
7 changed files with 48 additions and 7 deletions

View File

@ -1,3 +1,13 @@
2007-12-17 Matthias Clasen <mclasen@redhat.com>
* gio/migration.xml: Stub of a migration chapter
* gio/overview.xml: Stub of an overview
* gio/gvfs-overview.{odg,png}: Overview diagram taken
from Alex Guadec slides.
* gio/Makefile.am:
* gio/gio-docs.xml: Include these
2007-12-17 Matthias Clasen <mclasen@redhat.com>
* gio/gio-sections.txt: Updates

View File

@ -87,12 +87,16 @@ GTKDOC_LIBS = \
MKDB_OPTIONS = --output-format=xml --sgml-mode
# Images to copy into HTML directory
HTML_IMAGES =
HTML_IMAGES = \
gvfs-overview.png
content_files = \
version.xml
version.xml \
migrating.xml
extra_files = version.xml.in
extra_files = \
version.xml.in \
gvfs-overview.odg
include $(top_srcdir)/gtk-doc.make

View File

@ -8,10 +8,10 @@
<bookinfo>
<title>GIO Reference Manual</title>
<releaseinfo>for GIO &version;</releaseinfo>
</bookinfo>
<part>
<title>GIO Overview</title>
</part>
< /bookinfo>
<xi:include href="overview.xml"/>
<part>
<title>API Reference</title>
<chapter id="file_ops">
@ -96,6 +96,8 @@
</chapter>
</part>
<xi:include href="migrating.xml"/>
<chapter id="gio-hierarchy">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,11 @@
<chapter id="migrating">
<title>Migrating to GIO</title>
<para>
This chapter explains how to port applications from POSIX I/O or
gnome-vfs to GIO.
</para>
<!-- FIXME now explain ! -->
</chapter>

View File

@ -0,0 +1,14 @@
<part>
<title>GIO Overview</title>
<para>
<figure id="mainloop-states">
<title>GIO in the GTK+ library stack</title>
<graphic fileref="gvfs-overview.png" format="PNG"></graphic>
</figure>
</para>
<!-- FIXME a picture is worth a 1000 words,
but we still need some text here
-->
</part>