Some minor fixes and additions.
authorAlexander Larsson <alexl@redhat.com>
Wed, 19 Dec 2007 11:19:12 +0000 (11:19 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Wed, 19 Dec 2007 11:19:12 +0000 (11:19 +0000)
2007-12-19  Alexander Larsson  <alexl@redhat.com>

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

svn path=/trunk/; revision=6154

docs/reference/ChangeLog
docs/reference/gio/migrating.xml
docs/reference/gio/overview.xml

index a74ac1ffccce565a1c01545fa82cc54eb9ecef09..e2e17d69dce18ef505d757eaa10317b9d0aa654a 100644 (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>
 
        * gio: Flesh out the overview and migration docs.
index 86c63e5ae05460f03316da4ee09b015a72b2dc44..6ad226a3f5f319ab6fc5de61bd99283bdd0edf3d 100644 (file)
           <row><entry>GnomeVFS</entry><entry>GIO</entry></row>
         </thead>
         <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>GnomeVFSDrive</entry><entry>GVolume</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>
       </tgroup>
     </table>
index 5f3d5045ba45efc87f929299c46c0743547e9673..0fcab665ccf5846b01a1141a8150aaab5a4b5722 100644 (file)
@@ -10,7 +10,7 @@
     shortcomings of GnomeVFS and provide an API that is so good that
     developers prefer it over raw POSIX calls. Among other things
     that means using GObject. It also means not cloning the POSIX 
-    API, but providing higher-level, document-centric interfaces.
+    API, but providing higher-level, document-centric interfaces.
   </para>
 
   <para>
@@ -55,7 +55,7 @@
        </varlistentry>
        <varlistentry>
          <term>GSeekable</term>
-         <listitem><para>seek in data</para></listitem>
+         <listitem><para>interface optionally implemented by streams to support seeking</para></listitem>
        </varlistentry>
     </variablelist>
     There are interfaces related to applications and the types