~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.foo_method_external_references.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>
30
29
        <api:name>s</api:name>
31
30
      </api:arg>
32
31
    </api:function>
33
 
 
34
32
  </info>
35
 
  <title>Index.foo_method_external_references</title>
36
 
  
37
 
<synopsis><code mime="text/x-python">
 
33
  <title>Regress.foo_method_external_references</title>
 
34
  <synopsis><code mime="text/x-python">
38
35
@accepts(Utility.Object, Utility.EnumType, Utility.FlagType, Utility.Struct)
39
36
@returns(none)
40
37
def foo_method_external_references(object, e, f, s):
41
38
    # Python wrapper for regress_foo_method_external_references()
42
 
</code></synopsis>
43
 
 
44
 
  
45
 
    
46
 
  
47
 
  
48
 
  
49
 
  
 
39
  </code></synopsis>
 
40
 
 
41
 
50
42
<terms>
51
43
<item>
52
44
<title><code>object</code></title>
66
58
</item>
67
59
</terms>
68
60
 
69
 
  
70
 
  
71
61
</page>