~ubuntu-branches/ubuntu/trusty/gobject-introspection/trusty

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-Python-expected/Regress.test_array_gint16_in.page

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-25 21:56:59 UTC
  • mfrom: (32.2.9 experimental)
  • Revision ID: package-import@ubuntu.com-20140325215659-0h3tukd13rfmrkuy
Tags: 1.40.0-1
* Bump glib build-dep to >= 2.39.0
  - otherwise gir1.2-glib-2.0 doesn't get g_desktop_app_info_search
    which is needed by gnome-shell.
* debian/copyright: fix syntax errors caught by lintian
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
      xmlns:api="http://projectmallard.org/experimental/api/"
7
7
      xmlns:ui="http://projectmallard.org/1.0/ui/">
8
8
  <info>
9
 
    
10
9
    <link xref="index" group="function" type="guide"/>
11
10
    <api:function>
12
11
      <api:returns>
22
21
        <api:name>ints</api:name>
23
22
      </api:arg>
24
23
    </api:function>
25
 
 
26
24
  </info>
27
 
  <title>Index.test_array_gint16_in</title>
28
 
  
29
 
<synopsis><code mime="text/x-python">
 
25
  <title>Regress.test_array_gint16_in</title>
 
26
  <synopsis><code mime="text/x-python">
30
27
@accepts(int, [gint16])
31
28
@returns(int)
32
29
def test_array_gint16_in(n_ints, ints):
33
30
    # Python wrapper for regress_test_array_gint16_in()
34
 
</code></synopsis>
35
 
 
36
 
  
37
 
    
38
 
  
39
 
  
40
 
  
41
 
  
 
31
  </code></synopsis>
 
32
 
 
33
 
42
34
<terms>
43
35
<item>
44
36
<title><code>n_ints</code></title>
46
38
</item>
47
39
<item>
48
40
<title><code>ints</code></title>
49
 
<p>List of ints</p>
 
41
  <p>List of ints</p>
50
42
</item>
51
43
<item>
52
44
<title><code>Returns</code></title>
54
46
</item>
55
47
</terms>
56
48
 
57
 
  
58
 
  
59
49
</page>