diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-14 17:23:55 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2015-03-14 17:23:55 +0200 |
| commit | 8ae740bb83da856da2a1fa1dd150eaec2dca62d2 (patch) | |
| tree | 1fa3953b7a8d218b72693124bbfd973c299520ac /test cases/frameworks/7 gnome/com.github.meson.gschema.xml | |
| parent | d2cb344c91627aeec6b27b6bea0dfdc3832f3ee9 (diff) | |
| download | meson-8ae740bb83da856da2a1fa1dd150eaec2dca62d2.tar.gz | |
Added simple gsettings schema compiler to gnome module.
Diffstat (limited to 'test cases/frameworks/7 gnome/com.github.meson.gschema.xml')
| -rw-r--r-- | test cases/frameworks/7 gnome/com.github.meson.gschema.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test cases/frameworks/7 gnome/com.github.meson.gschema.xml b/test cases/frameworks/7 gnome/com.github.meson.gschema.xml new file mode 100644 index 000000000..741518dba --- /dev/null +++ b/test cases/frameworks/7 gnome/com.github.meson.gschema.xml @@ -0,0 +1,12 @@ +<schemalist> + <schema id="com.github.meson" path="/com/github/meson/" gettext-domain="test"> + + <key name="greeting" type="s"> + <default l10n="messages">"Hello"</default> + <summary>A greeting</summary> + <description> + Sample text to test schema compilation + </description> + </key> + </schema> +</schemalist>
\ No newline at end of file |
