%PDF- %PDF-
| Direktori : /usr/share/glib-2.0/schemas/ |
| Current File : //usr/share/glib-2.0/schemas/org.gnome.Snapshot.gschema.xml |
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<enum id="org.gnome.Snapshot.CaptureMode">
<value nick="picture" value="0" />
<value nick="video" value="1" />
</enum>
<enum id="org.gnome.Snapshot.PictureFormat">
<value nick="jpeg" value="0" />
</enum>
<enum id="org.gnome.Snapshot.VideoFormat">
<value nick="vp8webm" value="0" />
</enum>
<schema path="/org/gnome/Snapshot/" id="org.gnome.Snapshot" gettext-domain="snapshot">
<key name="window-width" type="i">
<default>800</default>
<summary>Default window width</summary>
<description>Default window width</description>
</key>
<key name="window-height" type="i">
<default>640</default>
<summary>Default window height</summary>
<description>Default window height</description>
</key>
<key name="is-maximized" type="b">
<default>false</default>
<summary>Default window maximized behaviour</summary>
<description></description>
</key>
<key name="play-shutter-sound" type="b">
<default>true</default>
<summary>Play shutter sound</summary>
<description>Whether to play a shutter sound when taking pictures</description>
</key>
<key name="show-composition-guidelines" type="b">
<default>false</default>
<summary>Show composition guidelines</summary>
<description>Whether to show composition guidelines when using the camera</description>
</key>
<key name="countdown" type="i">
<default>0</default>
<summary>Countdown timer</summary>
<description>The duration of the countdown for taking photos, in seconds</description>
</key>
<key name="capture-mode" enum="org.gnome.Snapshot.CaptureMode">
<default>"picture"</default>
<summary>Capture mode</summary>
<description>Whether to take pictures or videos</description>
</key>
<key name="picture-format" enum="org.gnome.Snapshot.PictureFormat">
<default>"jpeg"</default>
<summary>Picture format</summary>
<description>Whether to save pictures as png or jpeg</description>
</key>
<key name="video-format" enum="org.gnome.Snapshot.VideoFormat">
<default>"vp8webm"</default>
<summary>Video format</summary>
<description>Whether to save videos as mp4 or webm</description>
</key>
<key name="last-camera-id" type="s">
<default>""</default>
<summary>Last Camera Used ID</summary>
<description>An ID representing the last used camera</description>
</key>
</schema>
</schemalist>