mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
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:
parent
88679aba98
commit
67586ddfa4
@ -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.
|
||||||
|
@ -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>
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user