~ubuntu-branches/ubuntu/saucy/goffice/saucy-proposed

« back to all changes in this revision

Viewing changes to docs/reference/html/annotation-glossary.html

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2013-08-30 14:03:56 UTC
  • mfrom: (1.2.35)
  • Revision ID: package-import@ubuntu.com-20130830140356-a1e30nbdku8kg4q0
Tags: 0.10.6-1
* New upstream release [August 2013].
* Dropped backported "pixbuf-fixes.patch".

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
<td> </td>
21
21
</tr>
22
22
<tr><td colspan="5" class="shortcuts">
23
 
<a class="shortcut" href="#glsA">A</a>
 
23
<a class="shortcut" href="#glsO">O</a>
 
24
                      | 
 
25
                   <a class="shortcut" href="#glsA">A</a>
24
26
                      | 
25
27
                   <a class="shortcut" href="#glsS">S</a>
26
28
                      | 
 
29
                   <a class="shortcut" href="#glsI">I</a>
 
30
                      | 
27
31
                   <a class="shortcut" href="#glsT">T</a>
28
32
                      | 
29
33
                   <a class="shortcut" href="#glsE">E</a>
36
40
<div class="glossary">
37
41
<div class="titlepage"><div><div><h2 class="title">
38
42
<a name="annotation-glossary"></a>Annotation Glossary</h2></div></div></div>
 
43
<a name="glsO"></a><h3 class="title">O</h3>
 
44
<dt>
 
45
<a name="annotation-glossterm-out"></a>out</dt>
 
46
<dd><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
39
47
<a name="glsA"></a><h3 class="title">A</h3>
40
48
<dt>
41
49
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
44
52
<dt>
45
53
<a name="annotation-glossterm-scope%20async"></a>scope async</dt>
46
54
<dd><p>The callback is valid until first called.</p></dd>
 
55
<a name="glsI"></a><h3 class="title">I</h3>
 
56
<dt>
 
57
<a name="annotation-glossterm-inout"></a>inout</dt>
 
58
<dd><p>Parameter for input and for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd>
47
59
<a name="glsT"></a><h3 class="title">T</h3>
48
60
<dt>
49
61
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>