/usr/share/glib-2.0/schemas/org.gtkhash.plugin.gschema.xml is in gtkhash 1.1.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | <?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="org.gtkhash.plugin" path="/org/gtkhash/plugin/">
<key name="hash-functions" type="as">
<default>[ 'MD5', 'SHA1', 'SHA256', 'CRC32' ]</default>
</key>
<key name="show-disabled-hash-functions" type="b">
<default>true</default>
</key>
</schema>
</schemalist>
|