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

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-C-expected/Regress.test_torture_signature_2.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>
50
49
        <api:name>m</api:name>
51
50
      </api:arg>
52
51
    </api:function>
53
 
 
54
52
  </info>
55
53
  <title>regress_test_torture_signature_2</title>
56
 
  
57
 
<synopsis><code mime="text/x-csrc">
 
54
  <synopsis><code mime="text/x-csrc">
58
55
void regress_test_torture_signature_2 (int x,
59
56
                                       RegressTestCallbackUserData callback,
60
57
                                       gpointer user_data,
64
61
                                       const char* foo,
65
62
                                       int* q,
66
63
                                       guint m);
67
 
</code></synopsis>
68
 
 
69
 
  
70
 
    
71
 
  
72
 
  
73
 
  
74
 
  
 
64
  </code></synopsis>
 
65
 
 
66
 
75
67
<terms>
76
68
<item>
77
69
<title><code>x</code></title>
115
107
</item>
116
108
</terms>
117
109
 
118
 
  
119
 
  
120
110
</page>