summaryrefslogtreecommitdiff
path: root/tests/scanner/GetType-1.0-expected.gir
diff options
context:
space:
mode:
authorDieter Verfaillie <dieterv@optionexplicit.be>2012-12-28 13:24:55 +0100
committerDieter Verfaillie <dieterv@optionexplicit.be>2013-04-09 23:14:36 +0200
commite4b98d842ee34bf06e1afd22966ffe56885f546b (patch)
treecfdcac11e4d5d3bad549184d4faa7ce5d28d0033 /tests/scanner/GetType-1.0-expected.gir
parent5ed56c0b62f917b448d28bf4742300fa173dbd90 (diff)
downloadgobject-introspection-e4b98d842ee34bf06e1afd22966ffe56885f546b.tar.gz
giscanner: fix broken xml:whitespace attributes in .gir files
The XML specification clearly states it's xml:space http://www.w3.org/TR/xml/#sec-white-space https://bugzilla.gnome.org/show_bug.cgi?id=628739
Diffstat (limited to 'tests/scanner/GetType-1.0-expected.gir')
-rw-r--r--tests/scanner/GetType-1.0-expected.gir14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/scanner/GetType-1.0-expected.gir b/tests/scanner/GetType-1.0-expected.gir
index 7d5c1bca..ae17525d 100644
--- a/tests/scanner/GetType-1.0-expected.gir
+++ b/tests/scanner/GetType-1.0-expected.gir
@@ -28,33 +28,33 @@ and/or use gtk-doc annotations. -->
</constructor>
<function name="nonmeta2_get_type"
c:identifier="gettype_object_nonmeta2_get_type">
- <doc xml:whitespace="preserve">This shouldn't be scanned as a *_get_type function because it doesn't return
+ <doc xml:space="preserve">This shouldn't be scanned as a *_get_type function because it doesn't return
a GType. It will generate a warning.</doc>
<return-value transfer-ownership="none">
- <doc xml:whitespace="preserve">true</doc>
+ <doc xml:space="preserve">true</doc>
<type name="gboolean" c:type="gboolean"/>
</return-value>
</function>
<function name="nonmeta_get_gtype"
c:identifier="gettype_object_nonmeta_get_gtype">
- <doc xml:whitespace="preserve">This shouldn't be scanned as a *_get_type function because it doesn't return
+ <doc xml:space="preserve">This shouldn't be scanned as a *_get_type function because it doesn't return
a GType. It will generate a warning.</doc>
<return-value transfer-ownership="none">
- <doc xml:whitespace="preserve">true</doc>
+ <doc xml:space="preserve">true</doc>
<type name="gboolean" c:type="gboolean"/>
</return-value>
</function>
<method name="nonmeta1_get_type"
c:identifier="gettype_object_nonmeta1_get_type">
- <doc xml:whitespace="preserve">This shouldn't be scanned as a *_get_type function because it takes
+ <doc xml:space="preserve">This shouldn't be scanned as a *_get_type function because it takes
arguments.</doc>
<return-value transfer-ownership="none">
- <doc xml:whitespace="preserve">0</doc>
+ <doc xml:space="preserve">0</doc>
<type name="GType" c:type="GType"/>
</return-value>
<parameters>
<instance-parameter name="obj" transfer-ownership="none">
- <doc xml:whitespace="preserve">self</doc>
+ <doc xml:space="preserve">self</doc>
<type name="Object" c:type="GetTypeObject*"/>
</instance-parameter>
</parameters>