~ubuntu-branches/ubuntu/maverick/sip4-qt3/maverick

« back to all changes in this revision

Viewing changes to doc/html/python_api.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-07-21 10:18:00 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100721101800-9lk0k2t6hx6pq0dh
Tags: 4.10.5-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <head>
6
6
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
7
    
8
 
    <title>Python API for Applications &mdash; SIP 4.10.2 Reference Guide</title>
 
8
    <title>Python API for Applications &mdash; SIP 4.10.5 Reference Guide</title>
9
9
    <link rel="stylesheet" href="_static/default.css" type="text/css" />
10
10
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
11
11
    <script type="text/javascript">
12
12
      var DOCUMENTATION_OPTIONS = {
13
 
        URL_ROOT:    '',
14
 
        VERSION:     '4.10.2',
 
13
        URL_ROOT:    '#',
 
14
        VERSION:     '4.10.5',
15
15
        COLLAPSE_MODINDEX: false,
16
16
        FILE_SUFFIX: '.html',
17
17
        HAS_SOURCE:  true
19
19
    </script>
20
20
    <script type="text/javascript" src="_static/jquery.js"></script>
21
21
    <script type="text/javascript" src="_static/doctools.js"></script>
22
 
    <link rel="top" title="SIP 4.10.2 Reference Guide" href="index.html" />
 
22
    <link rel="top" title="SIP 4.10.5 Reference Guide" href="index.html" />
23
23
    <link rel="next" title="The Build System" href="build_system.html" />
24
24
    <link rel="prev" title="Using the C API when Embedding" href="embedding.html" /> 
25
25
  </head>
39
39
        <li class="right" >
40
40
          <a href="embedding.html" title="Using the C API when Embedding"
41
41
             accesskey="P">previous</a> |</li>
42
 
        <li><a href="index.html">SIP 4.10.2 Reference Guide</a> &raquo;</li> 
 
42
        <li><a href="index.html">SIP 4.10.5 Reference Guide</a> &raquo;</li> 
43
43
      </ul>
44
44
    </div>  
45
45
 
272
272
 
273
273
<dl class="class">
274
274
<dt id="sip.voidptr">
275
 
<em class="property">
276
 
class </em><tt class="descclassname">sip.</tt><tt class="descname">voidptr</tt><a class="headerlink" href="#sip.voidptr" title="Permalink to this definition">¶</a></dt>
 
275
<em class="property">class </em><tt class="descclassname">sip.</tt><tt class="descname">voidptr</tt><a class="headerlink" href="#sip.voidptr" title="Permalink to this definition">¶</a></dt>
277
276
<dd><p>This is the type object for the type SIP uses to represent a C/C++
278
277
<tt class="docutils literal"><span class="pre">void</span> <span class="pre">*</span></tt>.  It may have a size associated with the address in which case
279
278
the Python buffer protocol is supported.  This means that the memory can
335
334
<dd><p>
336
335
<span class="versionmodified">New in version 4.10.</span></p>
337
336
<p>This returns the address as an unnamed Python Capsule.  This requires
338
 
Python v3.1 or later.</p>
 
337
Python v3.1 or later or Python v2.7 or later.</p>
339
338
<table class="docutils field-list" frame="void" rules="none">
340
339
<col class="field-name" />
341
340
<col class="field-body" />
464
463
 
465
464
<dl class="class">
466
465
<dt id="sip.wrapper">
467
 
<em class="property">
468
 
class </em><tt class="descclassname">sip.</tt><tt class="descname">wrapper</tt><a class="headerlink" href="#sip.wrapper" title="Permalink to this definition">¶</a></dt>
 
466
<em class="property">class </em><tt class="descclassname">sip.</tt><tt class="descname">wrapper</tt><a class="headerlink" href="#sip.wrapper" title="Permalink to this definition">¶</a></dt>
469
467
<dd>This is the type object of the base type of all instances wrapped by SIP.</dd></dl>
470
468
 
471
469
<dl class="class">
472
470
<dt id="sip.wrappertype">
473
 
<em class="property">
474
 
class </em><tt class="descclassname">sip.</tt><tt class="descname">wrappertype</tt><a class="headerlink" href="#sip.wrappertype" title="Permalink to this definition">¶</a></dt>
 
471
<em class="property">class </em><tt class="descclassname">sip.</tt><tt class="descname">wrappertype</tt><a class="headerlink" href="#sip.wrappertype" title="Permalink to this definition">¶</a></dt>
475
472
<dd>This is the type object of the metatype of the <a title="sip.wrapper" class="reference internal" href="#sip.wrapper"><tt class="xref docutils literal"><span class="pre">sip.wrapper</span></tt></a> type.</dd></dl>
476
473
 
477
474
</div>
520
517
        <li class="right" >
521
518
          <a href="embedding.html" title="Using the C API when Embedding"
522
519
             >previous</a> |</li>
523
 
        <li><a href="index.html">SIP 4.10.2 Reference Guide</a> &raquo;</li> 
 
520
        <li><a href="index.html">SIP 4.10.5 Reference Guide</a> &raquo;</li> 
524
521
      </ul>
525
522
    </div>
526
523
    <div class="footer">
527
524
      &copy; Copyright 2010 Riverbank Computing Limited.
528
 
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.2.
 
525
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 0.6.4.
529
526
    </div>
530
527
  </body>
531
528
</html>
 
 
b'\\ No newline at end of file'