docs: Finish a sentence.
authorMurray Cumming <murrayc@murrayc.com>
Thu, 17 Jan 2013 11:51:10 +0000 (12:51 +0100)
committerMurray Cumming <murrayc@murrayc.com>
Thu, 17 Jan 2013 11:51:10 +0000 (12:51 +0100)
doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml

index 786b1f4..bd90bc3 100644 (file)
@@ -82,7 +82,8 @@ 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>TODO: Describe the <classname>RygelMediaExportRootContainer</classname> class.</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>
+<!-- TODO: Simplify the class hierarchy in the example. -->
 
 </section>