annotate doc/libaudacious/tmpl/vfs.sgml @ 3777:cbfc986d17d6

implement returning to the original GTK+ style after deselecting an Audacious skin with custom GTK+ style
author mf0102 <0102@gmx.at>
date Wed, 17 Oct 2007 19:55:28 +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