Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-Gjs-expected / Regress.TestObj-sig-with-strv.page
1 <?xml version="1.0"?>
2 <page id="Regress.TestObj-sig-with-strv"
3       type="topic"
4       style="signal"
5       xmlns="http://projectmallard.org/1.0/"
6       xmlns:api="http://projectmallard.org/experimental/api/"
7       xmlns:ui="http://projectmallard.org/1.0/ui/">
8   <info>
9     <link xref="Regress.TestObj" group="signal" type="guide"/>
10     <title type="link" role="topic">sig-with-strv</title>
11   </info>
12   <title>Regress.TestObj::sig-with-strv</title>
13   <synopsis><code mime="text/x-gjs">
14 connect('sig-with-strv', function (testObj, strs: Array(String), ): void);
15   </code></synopsis>
16   <p>Test GStrv as a param.</p>
17
18 <terms>
19 <item>
20 <title><code>testObj</code></title>
21 <p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
22 </item>
23 <item>
24 <title><code>strs</code></title>
25   <p>strings</p>
26 </item>
27 </terms>
28
29 </page>