mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-16 01:23:49 +02:00
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:
parent
c4e3cfbf40
commit
66ff85f3ac
@ -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>
|
2007-12-17 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gio/gio-sections.txt: Updates
|
* gio/gio-sections.txt: Updates
|
||||||
|
@ -87,12 +87,16 @@ GTKDOC_LIBS = \
|
|||||||
MKDB_OPTIONS = --output-format=xml --sgml-mode
|
MKDB_OPTIONS = --output-format=xml --sgml-mode
|
||||||
|
|
||||||
# Images to copy into HTML directory
|
# Images to copy into HTML directory
|
||||||
HTML_IMAGES =
|
HTML_IMAGES = \
|
||||||
|
gvfs-overview.png
|
||||||
|
|
||||||
content_files = \
|
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
|
include $(top_srcdir)/gtk-doc.make
|
||||||
|
|
||||||
|
@ -8,10 +8,10 @@
|
|||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>GIO Reference Manual</title>
|
<title>GIO Reference Manual</title>
|
||||||
<releaseinfo>for GIO &version;</releaseinfo>
|
<releaseinfo>for GIO &version;</releaseinfo>
|
||||||
</bookinfo>
|
< /bookinfo>
|
||||||
<part>
|
|
||||||
<title>GIO Overview</title>
|
<xi:include href="overview.xml"/>
|
||||||
</part>
|
|
||||||
<part>
|
<part>
|
||||||
<title>API Reference</title>
|
<title>API Reference</title>
|
||||||
<chapter id="file_ops">
|
<chapter id="file_ops">
|
||||||
@ -96,6 +96,8 @@
|
|||||||
</chapter>
|
</chapter>
|
||||||
</part>
|
</part>
|
||||||
|
|
||||||
|
<xi:include href="migrating.xml"/>
|
||||||
|
|
||||||
<chapter id="gio-hierarchy">
|
<chapter id="gio-hierarchy">
|
||||||
<title>Object Hierarchy</title>
|
<title>Object Hierarchy</title>
|
||||||
<xi:include href="xml/tree_index.sgml"/>
|
<xi:include href="xml/tree_index.sgml"/>
|
||||||
|
BIN
docs/reference/gio/gvfs-overview.odg
Normal file
BIN
docs/reference/gio/gvfs-overview.odg
Normal file
Binary file not shown.
BIN
docs/reference/gio/gvfs-overview.png
Normal file
BIN
docs/reference/gio/gvfs-overview.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 48 KiB |
11
docs/reference/gio/migrating.xml
Normal file
11
docs/reference/gio/migrating.xml
Normal 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>
|
14
docs/reference/gio/overview.xml
Normal file
14
docs/reference/gio/overview.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user