diff options
Diffstat (limited to 'tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page')
-rw-r--r-- | tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page index f73adeb5..a444574e 100644 --- a/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page +++ b/tests/scanner/Regress-1.0-Gjs-expected/Regress.FooSubInterface-destroy-event.page @@ -23,14 +23,20 @@ function callback(foo_sub_interface, user_param1, ...):void; -<dl> -<dt><p>foo_sub_interface :</p></dt> -<dd><p>instance of Regress.FooSubInterface that is emitting the signal</p></dd> -<dt><p>user_param1 :</p></dt> -<dd><p>first user parameter (if any) specified with the connect() method</p></dd> -<dt><p>... :</p></dt> -<dd><p>additional user parameters (if any)</p></dd> -</dl> +<terms> +<item> +<title><code>foo_sub_interface</code></title> +<p>instance of Regress.FooSubInterface that is emitting the signal</p> +</item> +<item> +<title><code>user_param1</code></title> +<p>first user parameter (if any) specified with the connect() method</p> +</item> +<item> +<title><code>...</code></title> +<p>additional user parameters (if any)</p> +</item> +</terms> |