diff options
author | Ted Gould <ted@gould.cx> | 2013-06-26 16:25:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2013-06-26 16:25:55 -0500 |
commit | 27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7 (patch) | |
tree | 43be1e15b2fd48b6024aa967ac66de9fb14850a0 /data/com.canonical.Unity.Greeter.Broadcast.gschema.xml | |
parent | e8987735a915bdaf6789ef7beee6dd4c2f5f8dd7 (diff) | |
download | ayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.tar.gz ayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.tar.bz2 ayatana-greeter-session-broadcast-27b0d13d629e0b7adcf5d8e815c7b35ccc0668c7.zip |
The basic data components to describe the interfaces and the stuff needed
Diffstat (limited to 'data/com.canonical.Unity.Greeter.Broadcast.gschema.xml')
-rw-r--r-- | data/com.canonical.Unity.Greeter.Broadcast.gschema.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/com.canonical.Unity.Greeter.Broadcast.gschema.xml b/data/com.canonical.Unity.Greeter.Broadcast.gschema.xml new file mode 100644 index 0000000..673f202 --- /dev/null +++ b/data/com.canonical.Unity.Greeter.Broadcast.gschema.xml @@ -0,0 +1,13 @@ +<schemalist> + <schema id="com.canonical.Unity.Greeter.Broadcast" path="/com/canonical/Unity/Greeter/Broadcast" gettext-domain="unity-greeter-session-broadcast"> + <key name="AllowStartApplication" type="b"> + <summary>Allow the Greeter to start applications in this session</summary> + <description> + The key controls whether the service in the session will listen + for and react to the request from the greeter to start an application + from the greeter. + </description> + <default>true</default> + </key> + </schema> +</schemalist> |