~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_skip_unannotated_callback.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>
18
17
        <api:name>callback</api:name>
19
18
      </api:arg>
20
19
    </api:function>
21
 
 
22
20
  </info>
23
21
  <title>regress_test_skip_unannotated_callback</title>
24
 
  
25
 
<synopsis><code mime="text/x-csrc">
 
22
  <synopsis><code mime="text/x-csrc">
26
23
void regress_test_skip_unannotated_callback (RegressTestCallback callback);
27
 
</code></synopsis>
28
 
 
29
 
  
30
 
    <p>Should not emit a warning:
 
24
  </code></synopsis>
 
25
  <p>Should not emit a warning:
31
26
https://bugzilla.gnome.org/show_bug.cgi?id=685399</p>
32
 
  
33
 
  
34
 
  
35
 
  
 
27
 
36
28
<terms>
37
29
<item>
38
30
<title><code>callback</code></title>
39
 
<p>No annotation here</p>
 
31
  <p>No annotation here</p>
40
32
</item>
41
33
<item>
42
34
<title><code>Returns</code></title>
44
36
</item>
45
37
</terms>
46
38
 
47
 
  
48
 
  
49
39
</page>