summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2013-01-17 12:51:10 +0100
committerMurray Cumming <murrayc@murrayc.com>2013-01-17 12:51:10 +0100
commit70b6fadd5bd7dadb9e472a9cbaf283a52c4faa35 (patch)
tree50eb4245a19b7606dc520ca1bb6c791c03a963ee /doc
parent98a70739d25862bfeb645f68b806c8e9b725790b (diff)
downloadrygel-70b6fadd5bd7dadb9e472a9cbaf283a52c4faa35.tar.gz
docs: Finish a sentence.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml3
1 files changed, 2 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 786b1f45..bd90bc32 100644
--- a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
+++ b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
@@ -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>