Skip to content

Commit

Permalink
Fix glib schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkshram committed Dec 8, 2017
1 parent b8db1b6 commit f24ee75
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions data/org.mate.parrillada.gschema.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<schemalist>
<schema id="org.mate.brasero" path="/org/mate/brasero/">
<schema id="org.mate.parrillada" path="/org/mate/parrillada/">
<key name="caja-extension-debug" type="b">
<default>false</default>
<summary>Should Caja extension output debug statements</summary>
<description>Should Caja extension output debug statements. The value should be set to true if it should.</description>
</key>
<child name="config" schema="org.mate.brasero.config"/>
<child name="display" schema="org.mate.brasero.display"/>
<child name="filter" schema="org.mate.brasero.filter"/>
<child name="config" schema="org.mate.parrillada.config"/>
<child name="display" schema="org.mate.parrillada.display"/>
<child name="filter" schema="org.mate.parrillada.filter"/>
</schema>
<schema id="org.mate.brasero.config" path="/org/mate/brasero/config/">
<schema id="org.mate.parrillada.config" path="/org/mate/parrillada/config/">
<key name="checksum-image" type="i">
<default>0</default>
<summary>The type of checksum used for images</summary>
Expand All @@ -23,7 +23,7 @@
<key name="tmpdir" type="s">
<default>''</default>
<summary>Directory to use for temporary files</summary>
<description>Contains the path to the directory where brasero should store temporary files. If that value is empty, the default directory set for glib will be used.</description>
<description>Contains the path to the directory where parrillada should store temporary files. If that value is empty, the default directory set for glib will be used.</description>
</key>
<key name="engine-group" type="s">
<default>''</default>
Expand All @@ -33,7 +33,7 @@
<key name="plugins" type="as">
<default>[]</default>
<summary>White list of additional plugins to use</summary>
<description>Contains the list of additional plugins Brasero will use to burn discs. If set to NULL, Brasero will load them all.</description>
<description>Contains the list of additional plugins Parrillada will use to burn discs. If set to NULL, Parrillada will load them all.</description>
</key>
<key name="immed-flag" type="b">
<default>false</default>
Expand All @@ -43,7 +43,7 @@
<key name="dao-flag" type="b">
<default>false</default>
<summary>Whether to use the "-use-the-force-luke=dao" flag with growisofs</summary>
<description>Whether to use the "-use-the-force-luke=dao" flag with growisofs. Set to false, brasero won't use it; it may be a workaround for some drives/setups.</description>
<description>Whether to use the "-use-the-force-luke=dao" flag with growisofs. Set to false, parrillada won't use it; it may be a workaround for some drives/setups.</description>
</key>
<key name="minbuf-value" type="i">
<default>0</default>
Expand All @@ -53,10 +53,10 @@
<key name="raw-flag" type="b">
<default>false</default>
<summary>Whether to use the "--driver generic-mmc-raw" flag with cdrdao</summary>
<description>Whether to use the "--driver generic-mmc-raw" flag with cdrdao. Set to True, brasero will use it; it may be a workaround for some drives/setups.</description>
<description>Whether to use the "--driver generic-mmc-raw" flag with cdrdao. Set to True, parrillada will use it; it may be a workaround for some drives/setups.</description>
</key>
</schema>
<schema id="org.mate.brasero.display" path="/org/mate/brasero/display/">
<schema id="org.mate.parrillada.display" path="/org/mate/parrillada/display/">
<key name="iso-folder" type="s">
<default>''</default>
<summary>The last browsed folder while looking for images to burn</summary>
Expand All @@ -68,31 +68,31 @@
<description>Whether to display file preview. Set to true to use it.</description>
</key>
</schema>
<schema id="org.mate.brasero.filter" path="/org/mate/brasero/filter/">
<schema id="org.mate.parrillada.filter" path="/org/mate/parrillada/filter/">
<key name="hidden" type="b">
<default>true</default>
<summary>Should brasero filter hidden files</summary>
<description>Should brasero filter hidden files. Set to true, brasero will filter hidden files.</description>
<summary>Should parrillada filter hidden files</summary>
<description>Should parrillada filter hidden files. Set to true, parrillada will filter hidden files.</description>
</key>
<key name="replace-sym" type="b">
<default>true</default>
<summary>Replace symbolic links by their targets</summary>
<description>Should brasero replace symbolic links by their target files in the project. Set to true, brasero will replace symbolic links.</description>
<description>Should parrillada replace symbolic links by their target files in the project. Set to true, parrillada will replace symbolic links.</description>
</key>
<key name="broken-sym" type="b">
<default>true</default>
<summary>Should brasero filter broken symbolic links</summary>
<description>Should brasero filter broken symbolic links. Set to true, brasero will filter broken symbolic links.</description>
<summary>Should parrillada filter broken symbolic links</summary>
<description>Should parrillada filter broken symbolic links. Set to true, parrillada will filter broken symbolic links.</description>
</key>
</schema>
<schema id="org.mate.brasero.plugins">
<schema id="org.mate.parrillada.plugins">
<key name="priority" type="i">
<default>0</default>
<summary>The priority value for the plugin</summary>
<description>When several plugins are available for the same task, this value is used to determine which plugin should be given priority. 0 means the plugin's native priority is used. A positive value overrides the plugin's native priority. A negative value disables the plugin.</description>
</key>
</schema>
<schema id="org.mate.brasero.drives">
<schema id="org.mate.parrillada.drives">
<key name="flags" type="i">
<default>1</default>
<summary>Burning flags to be used</summary>
Expand Down

0 comments on commit f24ee75

Please sign in to comment.