summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-len-prop.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_array_struct_out.page2
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.test_create_fundamental_hidden_class_instance.page32
3 files changed, 34 insertions, 2 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-len-prop.page b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-len-prop.page
index 04c8eb25..53693b0a 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-len-prop.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.TestObj-sig-with-array-len-prop.page
@@ -13,7 +13,7 @@
<synopsis><code mime="text/x-python">
def callback(test_obj, arr, len, user_param1, ...)
</code></synopsis>
-<p>This test signal similar to GSettings::change-event.
+ <p>This test signal similar to GSettings::change-event.
You can use this with <link xref="Regress.TestObj.emit_sig_with_array_len_prop"/>, or
raise from the introspection client language.</p>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_struct_out.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_struct_out.page
index 5ca13632..affd811a 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_struct_out.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_array_struct_out.page
@@ -29,7 +29,7 @@
def test_array_struct_out(arr, len):
# Python wrapper for regress_test_array_struct_out()
</code></synopsis>
-<p>This is similar to gdk_keymap_get_entries_for_keyval().</p>
+ <p>This is similar to gdk_keymap_get_entries_for_keyval().</p>
<terms>
<item>
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.test_create_fundamental_hidden_class_instance.page b/tests/scanner/Regress-1.0-Python-expected/Regress.test_create_fundamental_hidden_class_instance.page
new file mode 100644
index 00000000..51fc94a2
--- /dev/null
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.test_create_fundamental_hidden_class_instance.page
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<page id="Regress.test_create_fundamental_hidden_class_instance"
+ 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>Regress.TestFundamentalObject</api:type>
+ </api:returns>
+ <api:name>regress_test_create_fundamental_hidden_class_instance</api:name>
+ </api:function>
+ </info>
+ <title>Regress.test_create_fundamental_hidden_class_instance</title>
+ <synopsis><code mime="text/x-python">
+@returns(Regress.TestFundamentalObject)
+def test_create_fundamental_hidden_class_instance():
+ # Python wrapper for regress_test_create_fundamental_hidden_class_instance()
+ </code></synopsis>
+
+
+<terms>
+<item>
+<title><code>Returns</code></title>
+{formatter.format(node, node.retval.doc)}
+</item>
+</terms>
+
+</page>