[rygel] docs: librygel-server: Remove a copy/pasted paragraph
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] docs: librygel-server: Remove a copy/pasted paragraph
- Date: Tue, 22 Jan 2013 14:04:01 +0000 (UTC)
commit c81b1d78b4710a119d3fdae14bdc7eb06fc488e1
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jan 22 15:03:23 2013 +0100
docs: librygel-server: Remove a copy/pasted paragraph
.../gtkdoc/implementing-server-plugins.xml | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
index baa3203..d338423 100644
--- a/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
+++ b/doc/reference/librygel-server/gtkdoc/implementing-server-plugins.xml
@@ -69,17 +69,6 @@ implemented in Vala.
<para>The <function>module_init</function> function first checks that the plugin has not been disabled and then creates an instance of its <classname>RygelMediaExportPlugin</classname>, which it adds to the provided <classname>RygelPluginLoader</classname> instance.</para>
-
-<para>This example implements a root by
-deriving from <link linkend="RygelSimpleContainer">RygelSimpleContainer</link> and adding some
-hard-coded items. A real Rygel server plugin's root container, or its child items, would typically
-populate themselves dynamically. For instance, they might add and remove items based on some source
-such as a file system or database. See, for instance, the
-<ulink url="&url_git_browse_base_src;plugins/tracker">Rygel Tracker Plugin</ulink> or the
-<ulink url="&url_git_browse_base_src;plugins/media-export">Rygel MediaExport Plugin</ulink> plugins,
-implemented in Vala.
-</para>
-
<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 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]