diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject.handle_glyph.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject.handle_glyph.page | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject.handle_glyph.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject.handle_glyph.page new file mode 100644 index 00000000..ecc5f33c --- /dev/null +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooObject.handle_glyph.page @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<page id="Regress.FooObject.handle_glyph" + 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.FooObject" group="method"/> + <api:function> + <api:returns> + <api:type>void</api:type> + </api:returns> + <api:name>regress_foo_object_handle_glyph</api:name> + <api:arg> + <api:type>Utility.Glyph</api:type> + <api:name>glyph</api:name> + </api:arg> + </api:function> + + </info> + <title>FooObject.prototype.handle_glyph</title> + +<synopsis><code mime="text/x-gjs"> +function handle_glyph(glyph:Utility.Glyph):void { + // Gjs wrapper for regress_foo_object_handle_glyph() +} +</code></synopsis> + + + + + + + +<dl> +<dt><p>glyph :</p></dt> +<dd></dd> +</dl> + + + +</page> |