diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.TestSubObj.instance_method.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.TestSubObj.instance_method.page | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestSubObj.instance_method.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestSubObj.instance_method.page new file mode 100644 index 00000000..d537cb6e --- /dev/null +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.TestSubObj.instance_method.page @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<page id="Regress.TestSubObj.instance_method" + type="topic" + style="method" + xmlns="http://projectmallard.org/1.0/" + xmlns:api="http://projectmallard.org/experimental/api/" + xmlns:ui="http://projectmallard.org/1.0/ui/"> + <info> + + <link type="guide" xref="Regress.TestSubObj" group="method"/> + <api:function> + <api:returns> + <api:type>Number</api:type> + </api:returns> + <api:name>regress_test_sub_obj_instance_method</api:name> + </api:function> + + </info> + <title>TestSubObj.prototype.instance_method</title> + +<synopsis><code mime="text/x-gjs"> +function instance_method():Number { + // Gjs wrapper for regress_test_sub_obj_instance_method() +} +</code></synopsis> + + + + + + + +<dl> +<dt><p>Returns :</p></dt> +<dd></dd> +</dl> + + + +</page> |