diff -NurB gnome-vfs-1.0.5-orig/doc/about.sgml gnome-vfs-1.0.5/doc/about.sgml
--- gnome-vfs-1.0.5-orig/doc/about.sgml 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/about.sgml 2004-04-01 02:13:19.000000000 -0500
@@ -83,7 +83,7 @@
The GnomeVFS equivalent is very similar, but you will notice slightly different data types. The
consistent returning of a GnomeVFSResult also necessitated moving the return value of read into
- a pass-back-value pointer bytes_read:
+ a pass-back-value pointer bytes_read:
GnomeVFSResult gnome_vfs_read (GnomeVFSHandle *handle,
gpointer buffer,
diff -NurB gnome-vfs-1.0.5-orig/doc/gnome-vfs-docs.sgml gnome-vfs-1.0.5/doc/gnome-vfs-docs.sgml
--- gnome-vfs-1.0.5-orig/doc/gnome-vfs-docs.sgml 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/gnome-vfs-docs.sgml 2004-04-01 02:40:00.000000000 -0500
@@ -18,7 +18,6 @@
-
@@ -94,7 +93,7 @@
without the use of threads.
&gnome-vfs-async-ops;
- <--FIXME: should we display this?gnome-vfs-cancellable-ops-->
+
&gnome-vfs-ops;
&gnome-vfs-directory;
&gnome-vfs-xfer;
@@ -136,12 +135,12 @@
read-write, seeking, etc). Modules are dynamically loaded based upon the URI
scheme passed into the high-level GnomeVFS APIs.
- &writing-modules;
&gnome-vfs-method;
&gnome-vfs-module-shared;
&gnome-vfs-module;
&gnome-vfs-module-callback-module-api;
+ &writing-modules;
Other APIs
@@ -152,11 +151,10 @@
&gnome-vfs-directory-filter;
&gnome-vfs-file-size;
&gnome-vfs-find-directory;
- <--FIXME: I think this should be private: gnome-vfs-handle-->
+
&gnome-vfs-inet-connection;
&gnome-vfs-init;
&gnome-vfs-iobuf;
- &gnome-vfs-list-sort;
&gnome-vfs-module-callback;
&gnome-vfs-standard-callbacks;
&gnome-vfs-parse-ls;
diff -NurB gnome-vfs-1.0.5-orig/doc/gnome-vfs-sections.txt gnome-vfs-1.0.5/doc/gnome-vfs-sections.txt
--- gnome-vfs-1.0.5-orig/doc/gnome-vfs-sections.txt 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/gnome-vfs-sections.txt 2004-04-01 03:16:07.000000000 -0500
@@ -194,7 +194,7 @@
find-directory
-Find Directory
+Find Directory Section
gnome_vfs_find_directory
@@ -224,6 +224,7 @@
init
+Init Section
gnome_vfs_init
gnome_vfs_initialized
gnome_vfs_shutdown
diff -NurB gnome-vfs-1.0.5-orig/doc/tmpl/list-sort.sgml gnome-vfs-1.0.5/doc/tmpl/list-sort.sgml
--- gnome-vfs-1.0.5-orig/doc/tmpl/list-sort.sgml 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/tmpl/list-sort.sgml 1969-12-31 19:00:00.000000000 -0500
@@ -1,38 +0,0 @@
-
-list-sort
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@a:
-@b:
-@data:
-@Returns:
-
-
-
-
-
-
-
-@list:
-@compare_func:
-@data:
-@Returns:
-
-
diff -NurB gnome-vfs-1.0.5-orig/doc/tmpl/standard-callbacks.sgml gnome-vfs-1.0.5/doc/tmpl/standard-callbacks.sgml
--- gnome-vfs-1.0.5-orig/doc/tmpl/standard-callbacks.sgml 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/tmpl/standard-callbacks.sgml 2004-04-01 02:32:34.000000000 -0500
@@ -24,7 +24,7 @@
-
+
diff -NurB gnome-vfs-1.0.5-orig/doc/writing-modules.sgml gnome-vfs-1.0.5/doc/writing-modules.sgml
--- gnome-vfs-1.0.5-orig/doc/writing-modules.sgml 2004-04-01 02:12:47.000000000 -0500
+++ gnome-vfs-1.0.5/doc/writing-modules.sgml 2004-04-01 02:21:20.000000000 -0500
@@ -6,7 +6,6 @@
GNOME Virtual File System.
-
Introduction