summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-05-13 12:28:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-05-13 15:20:36 -0400
commit128748c5cde7d5c4b4b787d22a1e74da3262ab09 (patch)
treed1d36cfc3d3949ff95de9c58b5198211a84be95f /gtk
parent88c9692b2f2806359b64a5702ebe447455498b2c (diff)
downloadgtk+-128748c5cde7d5c4b4b787d22a1e74da3262ab09.tar.gz
Add some documentation to the colorchooser schema
Diffstat (limited to 'gtk')
-rw-r--r--gtk/org.gtk.Settings.ColorChooser.gschema.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/gtk/org.gtk.Settings.ColorChooser.gschema.xml b/gtk/org.gtk.Settings.ColorChooser.gschema.xml
index 57120569fe..6270d33156 100644
--- a/gtk/org.gtk.Settings.ColorChooser.gschema.xml
+++ b/gtk/org.gtk.Settings.ColorChooser.gschema.xml
@@ -4,9 +4,22 @@
<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>