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

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-Gjs-expected/Regress.test_callback_destroy_notify_no_user_data.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>
13
 
        <api:type>Number</api:type>
 
12
        <api:type>Number(gint)</api:type>
14
13
      </api:returns>
15
14
      <api:name>regress_test_callback_destroy_notify_no_user_data</api:name>
16
15
      <api:arg>
18
17
        <api:name>callback</api:name>
19
18
      </api:arg>
20
19
    </api:function>
21
 
 
22
20
  </info>
23
 
  <title>test_callback_destroy_notify_no_user_data</title>
24
 
  
25
 
<synopsis><code mime="text/x-gjs">
26
 
function test_callback_destroy_notify_no_user_data(callback:Regress.TestCallbackUserData):Number {
 
21
  <title>Regress.test_callback_destroy_notify_no_user_data</title>
 
22
  <synopsis><code mime="text/x-gjs">
 
23
function test_callback_destroy_notify_no_user_data(callback: <link xref="Regress.TestCallbackUserData">Regress.TestCallbackUserData</link>): Number(gint) {
27
24
    // Gjs wrapper for regress_test_callback_destroy_notify_no_user_data()
28
25
}
29
 
</code></synopsis>
30
 
 
31
 
  
32
 
    <p>Adds a scope notified callback with no user data. This can invoke an error
 
26
  </code></synopsis>
 
27
  <p>Adds a scope notified callback with no user data. This can invoke an error
33
28
condition in bindings which needs to be tested.</p>
34
 
  
35
 
  
36
 
  
37
 
  
 
29
 
38
30
<terms>
39
31
<item>
40
32
<title><code>callback</code></title>
46
38
</item>
47
39
</terms>
48
40
 
49
 
  
50
 
  
51
41
</page>