summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 22:15:30 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2013-02-14 23:18:00 -0500
commit9c8a86bb6740a3ca10eb58797d09c657acb64d4b (patch)
tree0af382f4d820255ba5e6d872b20862418a586ddc /tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page
parentc5bb3d0693739b3ffc2657ad2522cf0e752b0d38 (diff)
downloadgobject-introspection-9c8a86bb6740a3ca10eb58797d09c657acb64d4b.tar.gz
docwriter: Format list types as if they are arrays
Language bindings don't actually care
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page
index 7c1d2313..44f09fdd 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_everything_return.page
@@ -10,7 +10,7 @@
<link type="guide" xref="index" group="function"/>
<api:function>
<api:returns>
- <api:type>&lt;list&gt;</api:type>
+ <api:type>[unicode]</api:type>
</api:returns>
<api:name>regress_test_glist_everything_return</api:name>
</api:function>
@@ -19,7 +19,7 @@
<title>test_glist_everything_return</title>
<synopsis><code mime="text/x-python">
-@returns(&lt;list&gt;)
+@returns([unicode])
def test_glist_everything_return():
# Python wrapper for regress_test_glist_everything_return()
</code></synopsis>