summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page')
-rw-r--r--tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page11
1 files changed, 10 insertions, 1 deletions
diff --git a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page
index f8f68c11..1f247cf4 100644
--- a/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page
+++ b/tests/scanner/Regress-1.0-Python-expected/Regress.annotation_transfer_floating.page
@@ -12,18 +12,27 @@
<api:type>GObject.Object</api:type>
</api:returns>
<api:name>regress_annotation_transfer_floating</api:name>
+ <api:arg>
+ <api:type>GObject.Object</api:type>
+ <api:name>object</api:name>
+ </api:arg>
</api:function>
</info>
<title>Regress.annotation_transfer_floating</title>
<synopsis><code mime="text/x-python">
+@accepts(GObject.Object)
@returns(GObject.Object)
-def annotation_transfer_floating():
+def annotation_transfer_floating(object):
# Python wrapper for regress_annotation_transfer_floating()
</code></synopsis>
<terms>
<item>
+<title><code>object</code></title>
+ <p>an object</p>
+</item>
+<item>
<title><code>Returns</code></title>
{formatter.format(node, node.retval.doc)}
</item>