/usr/share/glib-2.0/schemas/org.gnome.todo.enums.xml is in gnome-todo-common 3.28.1-1.
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 12 13 14 | <!-- This file is generated by glib-mkenums, do not modify it. This code is licensed under the same license as the containing project. Note that it links to GLib, so must comply with the LGPL linking clauses. -->
<schemalist>
<enum id="org.gnome.todo.GtdWindowMode">
<value nick="normal" value="0"/>
<value nick="selection" value="1"/>
</enum>
<enum id="org.gnome.todo.GtdListSelectorViewType">
<value nick="grid" value="0"/>
<value nick="list" value="1"/>
</enum>
</schemalist>
<!-- Generated data ends here -->
|