summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-01-17 13:40:38 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-01-17 13:40:38 +0100
commitb2d4cfd9ef3b3fd3614dba67300fcc8ed56b03e4 (patch)
tree724ce35e98c4b5d47cc2c9126acb2f2eeee9374e /doc
parentcd15e7dcca9bb43f749b0afcaf1f059be6efafc7 (diff)
downloadrygel-b2d4cfd9ef3b3fd3614dba67300fcc8ed56b03e4.tar.gz
media-export: Make some vfuncs protected.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
index bd90bc32..baa32038 100644
--- a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
+++ b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
@@ -82,7 +82,7 @@ implemented in Vala.
<para>The <classname>RygelMediaExportPlugin</classname> class, derived from <link linkend="RygelMediaServerPlugin">RygelMediaServerPlugin</link>, simply instantiates its <classname>RygelMediaExportRootContainer</classname> class, derived from <link linkend="RygelMediaContainer">RygelMediaContainer</link>, providing it to the base class as the root container.</para>
-<para>The <classname>RygelMediaExportRootContainer</classname> creates an instance of its RygelMediaExportMediaCache, which uses SQLite to maintain a cache of the media files that it finds on the file system.</para>
+<para>The <classname>RygelMediaExportRootContainer</classname> creates an instance of a RygelMediaExportMediaCache class and a RygelMediaExportHarvester class. The harvester finds files on the filesystem, and stores them in the media cache, which uses SQLite to keep trak of them.</para>
<!-- TODO: Simplify the class hierarchy in the example. -->
</section>