diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-04-02 19:22:48 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-04-02 19:27:34 +0000 |
commit | 5c31c721af45a3cf884575c41c5e14899b3a0c08 (patch) | |
tree | 8c4efcbacda2c5389b0b3751f6a4cbdc7db38dd6 /gtk/org.gtk.gtk4.Settings.Debug.gschema.xml | |
parent | 7a08177a3d69389f3c17cbd2c9fb6aa0f9dccf0a (diff) | |
download | gtk+-5c31c721af45a3cf884575c41c5e14899b3a0c08.tar.gz |
Rename all settings schemas to avoid conflict
Rename all our settings schemas to the org.gtk.gtk4
prefix to avoid conflicting with the gtk3 schemas.
Diffstat (limited to 'gtk/org.gtk.gtk4.Settings.Debug.gschema.xml')
-rw-r--r-- | gtk/org.gtk.gtk4.Settings.Debug.gschema.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml b/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml new file mode 100644 index 0000000000..0f7b4ba7d4 --- /dev/null +++ b/gtk/org.gtk.gtk4.Settings.Debug.gschema.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<schemalist> + + <schema id='org.gtk.gtk4.Settings.Debug' path='/org/gtk/gtk4/settings/debug/'> + <key name='enable-inspector-keybinding' type='b'> + <default>false</default> + <summary>Enable inspector keybinding</summary> + <description> + If this setting is true, GTK lets the user open an interactive + debugging window with a keybinding. The default shortcuts for + the keybinding are Control-Shift-I and Control-Shift-D. + </description> + </key> + <key name='inspector-warning' type='b'> + <default>true</default> + <summary>Inspector warning</summary> + <description> + If this setting is true, GTK shows a warning before letting + the user use the interactive debugger. + </description> + </key> + </schema> + +</schemalist> + |