Some minor fixes and additions.

2007-12-19  Alexander Larsson  <alexl@redhat.com>

        * gio/migrating.xml:
        * gio/overview.xml:
	Some minor fixes and additions.


svn path=/trunk/; revision=6154
This commit is contained in:
Alexander Larsson 2007-12-19 11:19:12 +00:00 committed by Alexander Larsson
parent 88679aba98
commit 67586ddfa4
3 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-12-19 Alexander Larsson <alexl@redhat.com>
* gio/migrating.xml:
* gio/overview.xml:
Some minor fixes and additions.
2007-12-17 Matthias Clasen <mclasen@redhat.com> 2007-12-17 Matthias Clasen <mclasen@redhat.com>
* gio: Flesh out the overview and migration docs. * gio: Flesh out the overview and migration docs.

View File

@ -35,9 +35,19 @@
<row><entry>GnomeVFS</entry><entry>GIO</entry></row> <row><entry>GnomeVFS</entry><entry>GIO</entry></row>
</thead> </thead>
<tbody> <tbody>
<row><entry>GnomeVFSURI</entry><entry>GFile</entry></row>
<row><entry>GnomeVFSFileInfo</entry><entry>GFileInfo</entry></row>
<row><entry>GnomeVFSResult</entry><entry>GError, with G_IO_ERROR values</entry></row>
<row><entry>GnomeVFSHandle & GnomeVFSAsyncHandle</entry><entry>GInputStream or GOutputStream</entry></row>
<row><entry>GnomeVFSDirectoryHandle</entry><entry>GFileEnumerator</entry></row>
<row><entry>mime type</entry><entry>content type</entry></row>
<row><entry>GnomeVFSMonitor</entry><entry>GFileMonitor and GDirectoryMonitor</entry></row>
<row><entry>GnomeVFSVolumeMonitor</entry><entry>GVolumeMonitor</entry></row>
<row><entry>GnomeVFSVolume</entry><entry>GMount</entry></row> <row><entry>GnomeVFSVolume</entry><entry>GMount</entry></row>
<row><entry>GnomeVFSDrive</entry><entry>GVolume</entry></row> <row><entry>GnomeVFSDrive</entry><entry>GVolume</entry></row>
<row><entry>-</entry><entry>GDrive</entry></row> <row><entry>-</entry><entry>GDrive</entry></row>
<row><entry>GnomeVFSContext</entry><entry>GCancellable</entry></row>
<row><entry>gnome_vfs_async_cancel</entry><entry>g_cancellable_cancel</entry></row>
</tbody> </tbody>
</tgroup> </tgroup>
</table> </table>

View File

@ -10,7 +10,7 @@
shortcomings of GnomeVFS and provide an API that is so good that shortcomings of GnomeVFS and provide an API that is so good that
developers prefer it over raw POSIX calls. Among other things developers prefer it over raw POSIX calls. Among other things
that means using GObject. It also means not cloning the POSIX that means using GObject. It also means not cloning the POSIX
API, but providing a higher-level, document-centric interfaces. API, but providing higher-level, document-centric interfaces.
</para> </para>
<para> <para>
@ -55,7 +55,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>GSeekable</term> <term>GSeekable</term>
<listitem><para>seek in data</para></listitem> <listitem><para>interface optionally implemented by streams to support seeking</para></listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
There are interfaces related to applications and the types There are interfaces related to applications and the types