~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.FooSubInterface-do_bar.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
 
      <link xref="Regress.FooSubInterface" group="vfunc" type="guide"/>
11
 
    
 
9
    <link xref="Regress.FooSubInterface" group="vfunc" type="guide"/>
12
10
  </info>
13
11
  <title>Regress.FooSubInterface::do_bar</title>
14
 
  
15
 
<synopsis><code mime="text/x-python">
 
12
  <synopsis><code mime="text/x-python">
16
13
@accepts(Regress.FooSubInterface)
17
14
@returns(none)
18
15
def do_do_bar(self):
19
 
</code></synopsis>
20
 
 
21
 
  
22
 
    
23
 
  
24
 
  
25
 
  
26
 
  
 
16
  </code></synopsis>
 
17
 
 
18
 
27
19
<terms>
28
20
<item>
29
21
<title><code>self</code></title>
31
23
</item>
32
24
</terms>
33
25
 
34
 
  
35
 
  
36
26
</page>