summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected
diff options
context:
space:
mode:
authorChristoph Reiter <creiter@src.gnome.org>2015-07-05 11:32:13 +0200
committerChristoph Reiter <creiter@src.gnome.org>2015-07-05 11:57:34 +0200
commit0376a2083480c3b9d50c33737e507a56dd2ad1bb (patch)
treec032afc527f5d77e3b93a84f3ddce31a590ccdb3 /tests/scanner/Regress-1.0-Python-expected
parentd112e8ea4e155312b0b7607101784cad853147c6 (diff)
downloadgobject-introspection-0376a2083480c3b9d50c33737e507a56dd2ad1bb.tar.gz
test: Add a test for GList containing GType.
See https://bugzilla.gnome.org/show_bug.cgi?id=749696 https://bugzilla.gnome.org/show_bug.cgi?id=751978
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_gtype_container_in.page37
1 files changed, 37 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_gtype_container_in.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_gtype_container_in.page
new file mode 100644
index 00000000..4e07d760
--- /dev/null
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_glist_gtype_container_in.page
@@ -0,0 +1,37 @@
+<?xml version="1.0"?>
+<page id="Regress.test_glist_gtype_container_in"
+ type="topic"
+ style="function"
+ xmlns="http://projectmallard.org/1.0/"
+ xmlns:api="http://projectmallard.org/experimental/api/"
+ xmlns:ui="http://projectmallard.org/1.0/ui/">
+ <info>
+ <link xref="index" group="function" type="guide"/>
+ <api:function>
+ <api:returns>
+ <api:type>none</api:type>
+ </api:returns>
+ <api:name>regress_test_glist_gtype_container_in</api:name>
+ <api:arg>
+ <api:type>[GType]</api:type>
+ <api:name>in</api:name>
+ </api:arg>
+ </api:function>
+ </info>
+ <title>Regress.test_glist_gtype_container_in</title>
+ <synopsis><code mime="text/x-python">
+@accepts([GType])
+@returns(none)
+def test_glist_gtype_container_in(in):
+ # Python wrapper for regress_test_glist_gtype_container_in()
+ </code></synopsis>
+
+
+<terms>
+<item>
+<title><code>in</code></title>
+
+</item>
+</terms>
+
+</page>