annotate doc/libaudacious/tmpl/vfs.sgml @ 2943:a8f2c99727eb trunk

replace Textbox in playlistwin with UiSkinnedTextbox, textbox.c no longer needed, temporary comment out g_usleep in textbox_scroll as it needs to be run as new thread
author Tomasz Mon <desowin@gmail.com>
date Sat, 30 Jun 2007 19:46:21 +0200
parents 0264fabf471d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2034
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
1 <!-- ##### SECTION Title ##### -->
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
2 VFS
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
3
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
4 <!-- ##### SECTION Short_Description ##### -->
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
5 Stream-based I/O in Audacious
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
6
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
7 <!-- ##### SECTION Long_Description ##### -->
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
8 <para>
2060
53a3d5db6b58 [svn] - finish documenting the libaudacious API
nenolod
parents: 2034
diff changeset
9 Audacious uses the VFS subsystem for implementing the I/O transport layer. VFSConstructors provide a base table for deriving streams from. Stream
53a3d5db6b58 [svn] - finish documenting the libaudacious API
nenolod
parents: 2034
diff changeset
10 methods may be derived from the base classes registered with the VFS subsystem via vfs_register_transport().
2034
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
11 </para>
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
12
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
13 <!-- ##### SECTION See_Also ##### -->
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
14 <para>
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
15
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
16 </para>
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
17
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
18 <!-- ##### SECTION Stability_Level ##### -->
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
19
c43fb0845b71 [svn] - update VFS documentation
nenolod
parents:
diff changeset
20