com.github.meson.gschema.xml 339 B

123456789101112
  1. <schemalist>
  2. <schema id="com.github.meson" path="/com/github/meson/" gettext-domain="test">
  3. <key name="greeting" type="s">
  4. <default l10n="messages">"Hello"</default>
  5. <summary>A greeting</summary>
  6. <description>
  7. Sample text to test schema compilation
  8. </description>
  9. </key>
  10. </schema>
  11. </schemalist>