summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.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_null_out.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_null_out.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.page4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.page
index e96a9652..1bc2c2de 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_null_out.page
@@ -14,7 +14,7 @@
</api:returns>
<api:name>regress_test_glist_null_out</api:name>
<api:arg>
- <api:type>&lt;list&gt;</api:type>
+ <api:type>[unicode]</api:type>
<api:name>out_list</api:name>
</api:arg>
</api:function>
@@ -23,7 +23,7 @@
<title>test_glist_null_out</title>
<synopsis><code mime="text/x-python">
-@accepts(<list>)
+@accepts([unicode])
@returns(none)
def test_glist_null_out(out_list):
# Python wrapper for regress_test_glist_null_out()