diff doc/libaudacious/tmpl/vfs.sgml @ 2060:53a3d5db6b58 trunk

[svn] - finish documenting the libaudacious API
author nenolod
date Mon, 04 Dec 2006 19:24:14 -0800
parents c43fb0845b71
children 0264fabf471d
line wrap: on
line diff
--- a/doc/libaudacious/tmpl/vfs.sgml	Mon Dec 04 18:30:58 2006 -0800
+++ b/doc/libaudacious/tmpl/vfs.sgml	Mon Dec 04 19:24:14 2006 -0800
@@ -6,7 +6,8 @@
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
-Audacious uses the VFS subsystem for moving implementing types of streams.
+Audacious uses the VFS subsystem for implementing the I/O transport layer. VFSConstructors provide a base table for deriving streams from. Stream 
+methods may be derived from the base classes registered with the VFS subsystem via vfs_register_transport().
 </para>
 
 <!-- ##### SECTION See_Also ##### -->
@@ -44,14 +45,6 @@
 @vfs_feof_impl: 
 @vfs_truncate_impl: 
 
-<!-- ##### FUNCTION vfs_init ##### -->
-<para>
-
-</para>
-
-@Returns: 
-
-
 <!-- ##### FUNCTION vfs_fopen ##### -->
 <para>