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

« back to all changes in this revision

Viewing changes to tests/scanner/Regress-1.0-Python-expected/Regress.AnnotationObject.set_data2.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.AnnotationObject" group="method" type="guide"/>
11
10
    <api:function>
12
11
      <api:returns>
26
25
        <api:name>length</api:name>
27
26
      </api:arg>
28
27
    </api:function>
29
 
 
30
28
  </info>
31
29
  <title>Regress.AnnotationObject.set_data2</title>
32
 
  
33
 
<synopsis><code mime="text/x-python">
 
30
  <synopsis><code mime="text/x-python">
34
31
@accepts(Regress.AnnotationObject, [gint8], gsize)
35
32
@returns(none)
36
33
def set_data2(self, data, length):
37
34
    # Python wrapper for regress_annotation_object_set_data2()
38
 
</code></synopsis>
 
35
  </code></synopsis>
 
36
  <p>Test taking a gchar * with a length.</p>
39
37
 
40
 
  
41
 
    <p>Test taking a gchar * with a length.</p>
42
 
  
43
 
  
44
 
  
45
 
  
46
38
<terms>
47
39
<item>
48
40
<title><code>self</code></title>
49
 
<p>a <link xref="Regress.AnnotationObject"/></p>
 
41
  <p>a <link xref="Regress.AnnotationObject"/></p>
50
42
</item>
51
43
<item>
52
44
<title><code>data</code></title>
53
 
<p>The data</p>
 
45
  <p>The data</p>
54
46
</item>
55
47
<item>
56
48
<title><code>length</code></title>
57
 
<p>Length of the data</p>
 
49
  <p>Length of the data</p>
58
50
</item>
59
51
</terms>
60
52
 
61
 
  
62
 
  
63
53
</page>