Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-C-expected / Regress.test_closure_variant.page
1 <?xml version="1.0"?>
2 <page id="Regress.test_closure_variant"
3       type="topic"
4       style="function"
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="index" group="function" type="guide"/>
10     <api:function>
11       <api:returns>
12         <api:type>GVariant*</api:type>
13       </api:returns>
14       <api:name>regress_test_closure_variant</api:name>
15       <api:arg>
16         <api:type>GClosure*</api:type>
17         <api:name>closure</api:name>
18       </api:arg>
19       <api:arg>
20         <api:type>GVariant*</api:type>
21         <api:name>arg</api:name>
22       </api:arg>
23     </api:function>
24   </info>
25   <title>regress_test_closure_variant</title>
26   <synopsis><code mime="text/x-csrc">
27 GVariant* regress_test_closure_variant (GClosure* closure,
28                                         GVariant* arg);
29   </code></synopsis>
30
31
32 <terms>
33 <item>
34 <title><code>closure</code></title>
35   <p>GClosure which takes one GVariant and returns a GVariant</p>
36 </item>
37 <item>
38 <title><code>arg</code></title>
39   <p>a GVariant passed as argument to <code>closure</code></p>
40 </item>
41 <item>
42 <title><code>Returns</code></title>
43   <p>the return value of <code>closure</code></p>
44 </item>
45 </terms>
46
47 </page>