Tizen 2.1 base
[platform/upstream/glib2.0.git] / gio / tests / org.gtk.test.gschema
1 schema org.gtk.test:
2   gettext-domain: test
3   path: /tests/
4
5   key greeting = @s "Hello, earthlings"
6     l10n: messages
7     summary: A greeting
8     description: Greeting of the invading martians
9   key farewell = @s "So long"
10     l10n: messages
11
12   child basic-types:
13     key test-boolean = @b true
14     key test-byte = @y 25
15     key test-int16 = @n -1234
16     key test-uint16 = @q 1234
17     key test-int32 = @i -123456
18     key test-uint32 = @u 123456
19     key test-int64 = @x -123456789
20     key test-uint64 = @t 123456789
21     key test-double = @d 123.456
22     key test-string = @s "a string, it seems"
23     key test-objectpath = @o "/a/object/path"
24
25   child complex-types:
26     key test-tuple = @(s(ii)) ("one",(2,3))
27     key test-array = @ai [0,1,2,3,4,5]
28
29   child localized:
30     gettext-domain: glib20
31
32     key error-message = @s "Unnamed"
33       l10n: messages
34
35   child binding:
36     key bool = @b false
37     key int = @i 0
38     key double = @d 0
39     key string = @s ""