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

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-Gjs-expected/Regress.TestObj-sig-with-int64-prop.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.TestObj" group="signal" type="guide"/>
11
10
    <title type="link" role="topic">sig-with-int64-prop</title>
12
 
 
13
11
  </info>
14
12
  <title>Regress.TestObj::sig-with-int64-prop</title>
15
 
  
16
 
<synopsis><code mime="text/x-python">
17
 
function callback(test_obj, i:Number, ):Number;
18
 
</code></synopsis>
19
 
 
20
 
  
21
 
    <p>You can use this with regress_test_obj_emit_sig_with_int64, or raise from
 
13
  <synopsis><code mime="text/x-gjs">
 
14
connect('sig-with-int64-prop', function (testObj, i: Number(gint64), ): Number(gint64));
 
15
  </code></synopsis>
 
16
  <p>You can use this with regress_test_obj_emit_sig_with_int64, or raise from
22
17
the introspection client langage.</p>
23
 
  
24
 
  
25
 
  
26
 
  
 
18
 
27
19
<terms>
28
20
<item>
29
 
<title><code>test_obj</code></title>
 
21
<title><code>testObj</code></title>
30
22
<p>instance of <link xref="Regress.TestObj"/> that is emitting the signal</p>
31
23
</item>
32
24
<item>
33
25
<title><code>i</code></title>
34
 
<p>an integer</p>
 
26
  <p>an integer</p>
35
27
</item>
36
28
<item>
37
29
<title><code>Returns</code></title>
39
31
</item>
40
32
</terms>
41
33
 
42
 
  
43
 
  
44
34
</page>