[totem] Add an active-plugins key to store the list of active plugins



commit 02883359331a706fb59741be5d697e463aeb37f4
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..025dd29 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>['skipto','chapters','screenshot','media_player_keys','screensaver','movie-properties']</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]