[totem/gsettings: 11/20] Add an active-plugins key to store the list of active plugins



commit 6fbb585578853761a30c516b1421bff32b28ddaf
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Aug 18 09:22:06 2010 +0100

    Add an active-plugins key to store the list of active plugins

 data/org.gnome.totem.gschema.xml.in.in |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/data/org.gnome.totem.gschema.xml.in.in b/data/org.gnome.totem.gschema.xml.in.in
index 26aeda3..e7c8918 100644
--- a/data/org.gnome.totem.gschema.xml.in.in
+++ b/data/org.gnome.totem.gschema.xml.in.in
@@ -116,5 +116,10 @@
 			<default>false</default>
 			<_summary>Whether to remember the position of played audio/video files when pausing or closing them</_summary>
 		</key>
+		<key name="active-plugins" type="as">
+			<default>[]</default>
+			<_summary>Active plugins list</_summary>
+			<_description>A list of the names of the plugins which are currently active (loaded and running).</_description>
+		</key>
 	</schema>
 </schemalist>



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