~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.test_utf8_out_nonconst_return.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>
14
13
      </api:returns>
15
14
      <api:name>regress_test_utf8_out_nonconst_return</api:name>
16
15
    </api:function>
17
 
 
18
16
  </info>
19
 
  <title>test_utf8_out_nonconst_return</title>
20
 
  
21
 
<synopsis><code mime="text/x-gjs">
22
 
function test_utf8_out_nonconst_return():String {
 
17
  <title>Regress.test_utf8_out_nonconst_return</title>
 
18
  <synopsis><code mime="text/x-gjs">
 
19
function test_utf8_out_nonconst_return(): [return_value: String, out: String] {
23
20
    // Gjs wrapper for regress_test_utf8_out_nonconst_return()
24
21
}
25
 
</code></synopsis>
26
 
 
27
 
  
28
 
    
29
 
  
30
 
  
31
 
  
32
 
  
 
22
  </code></synopsis>
 
23
 
 
24
 
33
25
<terms>
34
26
<item>
35
 
<title><code>Returns</code></title>
36
 
<p>a copy of "first"</p>
 
27
<title><code>return_value</code></title>
 
28
  <p>a copy of "first"</p>
 
29
</item>
 
30
<item>
 
31
<title><code>out</code></title>
 
32
  <p>a copy of "second"</p>
37
33
</item>
38
34
</terms>
39
35
 
40
 
  
41
 
  
42
36
</page>