[grilo/0.1.x] doc: Clearify that GrlConfig are not persistant



commit d940e8a3a756948a5d34054017382d86d9817995
Author: Mathias Hasselmann <mathias openismus com>
Date:   Tue Jul 10 10:11:56 2012 +0200

    doc: Clearify that GrlConfig are not persistant

 src/data/grl-config.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/src/data/grl-config.c b/src/data/grl-config.c
index d11a27f..4c2adca 100644
--- a/src/data/grl-config.c
+++ b/src/data/grl-config.c
@@ -28,7 +28,11 @@
  * SECTION:grl-config
  * @short_description: Configuration data storage
  *
- * This class is used to store configuration settings used by plugins.
+ * This class is used to configure plugins during a session.
+ *
+ * Pre-defined settings are read from plugin specific configuration files.
+ * The settings can be change to properly setup the session, but are not persistet.
+ * Changes are local to each #GrlConfig instance.
  */
 
 #include "grl-config.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]