aboutsummaryrefslogtreecommitdiff
path: root/Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
diff options
context:
space:
mode:
Diffstat (limited to 'Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml')
-rw-r--r--Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml b/Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
deleted file mode 100644
index 6270d33..0000000
--- a/Release/share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schemalist>
-
- <schema id='org.gtk.Settings.ColorChooser' path='/org/gtk/settings/color-chooser/'>
- <key name='custom-colors' type='a(dddd)'>
- <default>[]</default>
- <summary>Custom colors</summary>
- <description>
- An array of custom colors to show in the color chooser. Each color is
- specified as a tuple of four doubles, specifying RGBA values between
- 0 and 1.
- </description>
- </key>
- <key name='selected-color' type='(bdddd)'>
- <default>(false,1.0,1.0,1.0,1.0)</default>
- <summary>The selected color</summary>
- <description>
- The selected color, described as a tuple whose first member is a
- boolean that is true if a color was selected, and the remaining
- four members are four doubles, specifying RGBA values between
- 0 and 1.
- </description>
- </key>
- </schema>
-
-</schemalist>