diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page | 32 |
1 files changed, 13 insertions, 19 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page index 885412fb..02ad264f 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.AnnotationObject.inout.page @@ -6,45 +6,39 @@ xmlns:api="http://projectmallard.org/experimental/api/" xmlns:ui="http://projectmallard.org/1.0/ui/"> <info> - <link xref="Regress.AnnotationObject" group="method" type="guide"/> <api:function> <api:returns> - <api:type>Number</api:type> + <api:type>Number(gint)</api:type> </api:returns> <api:name>regress_annotation_object_inout</api:name> <api:arg> - <api:type>Number</api:type> + <api:type>Number(gint)</api:type> <api:name>inoutarg</api:name> </api:arg> </api:function> - </info> <title>Regress.AnnotationObject.prototype.inout</title> - -<synopsis><code mime="text/x-gjs"> -function inout(inoutarg:Number):Number { + <synopsis><code mime="text/x-gjs"> +function inout(inoutarg: Number(gint)): [return_value: Number(gint), inoutarg: Number(gint)] { // Gjs wrapper for regress_annotation_object_inout() } -</code></synopsis> + </code></synopsis> + <p>This is a test for out arguments</p> - - <p>This is a test for out arguments</p> - - - - <terms> <item> <title><code>inoutarg</code></title> -<p>This is an argument test</p> + <p>This is an argument test</p> +</item> +<item> +<title><code>return_value</code></title> + </item> <item> -<title><code>Returns</code></title> -<p>an int</p> +<title><code>inoutarg (out)</code></title> + <p>This is an argument test</p> </item> </terms> - - </page> |