From: Ryan Lortie Date: Thu, 30 May 2013 03:30:46 +0000 (-0400) Subject: Remove org.gtk.test.gschema X-Git-Tag: 2.37.2~73 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ccc039c70578b3fdf146d8e4d97588debf3d7c89;p=platform%2Fupstream%2Fglib.git Remove org.gtk.test.gschema This is the old non-xml schema file format that we were playing around with at one time. Nothing is using this file anymore. --- diff --git a/gio/tests/Makefile.am b/gio/tests/Makefile.am index 04866bf..948be46 100644 --- a/gio/tests/Makefile.am +++ b/gio/tests/Makefile.am @@ -430,7 +430,6 @@ desktop_test_files = \ EXTRA_DIST += \ socket-common.c \ - org.gtk.test.gschema \ org.gtk.test.gschema.xml \ de.po \ $(schema_test_files) \ diff --git a/gio/tests/org.gtk.test.gschema b/gio/tests/org.gtk.test.gschema deleted file mode 100644 index 291b3e8..0000000 --- a/gio/tests/org.gtk.test.gschema +++ /dev/null @@ -1,39 +0,0 @@ -schema org.gtk.test: - gettext-domain: test - path: /tests/ - - key greeting = @s "Hello, earthlings" - l10n: messages - summary: A greeting - description: Greeting of the invading martians - key farewell = @s "So long" - l10n: messages - - child basic-types: - key test-boolean = @b true - key test-byte = @y 25 - key test-int16 = @n -1234 - key test-uint16 = @q 1234 - key test-int32 = @i -123456 - key test-uint32 = @u 123456 - key test-int64 = @x -123456789 - key test-uint64 = @t 123456789 - key test-double = @d 123.456 - key test-string = @s "a string, it seems" - key test-objectpath = @o "/a/object/path" - - child complex-types: - key test-tuple = @(s(ii)) ("one",(2,3)) - key test-array = @ai [0,1,2,3,4,5] - - child localized: - gettext-domain: glib20 - - key error-message = @s "Unnamed" - l10n: messages - - child binding: - key bool = @b false - key int = @i 0 - key double = @d 0 - key string = @s ""