/usr/share/glib-2.0/schemas/app.gtkhash-properties.gschema.xml is in gtkhash-common 0.7.0-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="apps.gtkhash-properties" path="/apps/gtkhash-properties/">
<key name="hash-functions" type="as">
<default>[ 'MD5', 'SHA1', 'SHA256' ]</default>
</key>
<key name="show-disabled-hash-functions" type="b">
<default>true</default>
</key>
</schema>
</schemalist>
|