~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.AnnotationObject-attribute-signal.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="Regress.AnnotationObject" group="signal" type="guide"/>
11
10
    <title type="link" role="topic">attribute-signal</title>
12
 
 
13
11
  </info>
14
12
  <title>Regress.AnnotationObject::attribute-signal</title>
15
 
  
16
 
<synopsis><code mime="text/x-python">
 
13
  <synopsis><code mime="text/x-python">
17
14
def callback(annotation_object, arg1, arg2, user_param1, ...)
18
 
</code></synopsis>
 
15
  </code></synopsis>
 
16
  <p>This signal tests a signal with attributes.</p>
19
17
 
20
 
  
21
 
    <p>This signal tests a signal with attributes.</p>
22
 
  
23
 
  
24
 
  
25
 
  
26
18
<terms>
27
19
<item>
28
20
<title><code>annotation_object</code></title>
30
22
</item>
31
23
<item>
32
24
<title><code>arg1</code></title>
33
 
<p>a value</p>
 
25
  <p>a value</p>
34
26
</item>
35
27
<item>
36
28
<title><code>arg2</code></title>
37
 
<p>another value</p>
 
29
  <p>another value</p>
38
30
</item>
39
31
<title><code>user_param1</code></title>
40
32
<p>first user parameter (if any) specified with the connect() method</p>
44
36
</item>
45
37
<item>
46
38
<title><code>Returns</code></title>
47
 
<p>the return value</p>
 
39
  <p>the return value</p>
48
40
</item>
49
41
</terms>
50
42
 
51
 
  
52
 
  
53
43
</page>