Imported Upstream version 1.40.0
[platform/upstream/gobject-introspection.git] / tests / scanner / Regress-1.0-Python-expected / Regress.test_array_int_null_out.page
1 <?xml version="1.0"?>
2 <page id="Regress.test_array_int_null_out"
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>none</api:type>
13       </api:returns>
14       <api:name>regress_test_array_int_null_out</api:name>
15       <api:arg>
16         <api:type>[int]</api:type>
17         <api:name>arr</api:name>
18       </api:arg>
19       <api:arg>
20         <api:type>int</api:type>
21         <api:name>len</api:name>
22       </api:arg>
23     </api:function>
24   </info>
25   <title>Regress.test_array_int_null_out</title>
26   <synopsis><code mime="text/x-python">
27 @accepts([int], int)
28 @returns(none)
29 def test_array_int_null_out(arr, len):
30     # Python wrapper for regress_test_array_int_null_out()
31   </code></synopsis>
32
33
34 <terms>
35 <item>
36 <title><code>arr</code></title>
37
38 </item>
39 <item>
40 <title><code>len</code></title>
41   <p>length</p>
42 </item>
43 </terms>
44
45 </page>