Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-Gjs-expected / Regress.AnnotationObject-attribute-signal.page
1 <?xml version="1.0"?>
2 <page id="Regress.AnnotationObject-attribute-signal"
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.AnnotationObject" group="signal" type="guide"/>
10     <title type="link" role="topic">attribute-signal</title>
11   </info>
12   <title>Regress.AnnotationObject::attribute-signal</title>
13   <synopsis><code mime="text/x-gjs">
14 connect('attribute-signal', function (annotationObject, arg1: String, arg2: String, ): String);
15   </code></synopsis>
16   <p>This signal tests a signal with attributes.</p>
17
18 <terms>
19 <item>
20 <title><code>annotationObject</code></title>
21 <p>instance of <link xref="Regress.AnnotationObject"/> that is emitting the signal</p>
22 </item>
23 <item>
24 <title><code>arg1</code></title>
25   <p>a value</p>
26 </item>
27 <item>
28 <title><code>arg2</code></title>
29   <p>another value</p>
30 </item>
31 <item>
32 <title><code>Returns</code></title>
33   <p>the return value</p>
34 </item>
35 </terms>
36
37 </page>