[rygel] core: Plugin: Mention MetaConfig
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Plugin: Mention MetaConfig
- Date: Tue, 23 Oct 2012 08:16:35 +0000 (UTC)
commit ad2c02e1cae77bc17e009a44315989cc3ac34d02
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Oct 23 09:48:46 2012 +0200
core: Plugin: Mention MetaConfig
src/librygel-core/rygel-meta-config.vala | 2 +-
src/librygel-core/rygel-plugin.vala | 3 +++
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/librygel-core/rygel-meta-config.vala b/src/librygel-core/rygel-meta-config.vala
index 13bb0e6..1ea67b7 100644
--- a/src/librygel-core/rygel-meta-config.vala
+++ b/src/librygel-core/rygel-meta-config.vala
@@ -30,7 +30,7 @@ using Gee;
/**
* Manages all the configuration sources for Rygel.
*
- * Abstracts Rygel and it's plugins from Configuration implementations. It keeps
+ * Abstracts Rygel and its plugins from Configuration implementations. It keeps
* all real configuration sources in a list and returns the value provided by
* the first one. If none of them provides the value, it emits an error.
*/
diff --git a/src/librygel-core/rygel-plugin.vala b/src/librygel-core/rygel-plugin.vala
index c48e52e..1f72d5c 100644
--- a/src/librygel-core/rygel-plugin.vala
+++ b/src/librygel-core/rygel-plugin.vala
@@ -33,6 +33,9 @@ using GUPnP;
* It is generally convenient to derive from
* #RygelMediaRendererPlugin from librygel-renderer,
* or from #RygelMediaServerPlugin from librygel-server.
+ *
+ * Plugins may change their behaviour based on their
+ * configuration. See rygel_meta_config_get_default().
*/
public class Rygel.Plugin : GUPnP.ResourceFactory {
private static const string PNG_EXT = "png";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]