~ubuntu-branches/ubuntu/trusty/dee/trusty-proposed

« back to all changes in this revision

Viewing changes to doc/reference/dee-1.0/html/annotation-glossary.html

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2012-04-12 11:33:08 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20120412113308-cr9nobarsigs0xak
Tags: 1.0.10-0ubuntu1
* New upstream release.
  - unity-music-daemon crashed with SIGSEGV in find_term_real() from
    dee_tree_index_lookup() from dee_index_lookup() from
    unity_music_lens_rhythmbox_collection_search() (LP: #963991)
  - unity-applications-daemon crashed with SIGSEGV in
    g_variant_get_type_info() (LP: #938382)
  - unity-applications-daemon crashed with SIGSEGV in
    g_variant_type_info_check() (LP: #953978)
* debian/control:
  - update Standards-Version to latest

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                   <a class="shortcut" href="#glsT">T</a>
42
42
                      | 
43
43
                   <a class="shortcut" href="#glsS">S</a>
 
44
                      | 
 
45
                   <a class="shortcut" href="#glsE">E</a>
44
46
</td></tr>
45
47
</table>
46
48
<div class="glossary">
76
78
<dd><p>Generics and defining elements of containers and arrays.</p></dd>
77
79
<a name="glsT"></a><h3 class="title">T</h3>
78
80
<dt>
 
81
<a name="annotation-glossterm-transfer%20container"></a>transfer container</dt>
 
82
<dd><p>Free data container after the code is done.</p></dd>
 
83
<a name="glsS"></a><h3 class="title">S</h3>
 
84
<dt>
 
85
<a name="annotation-glossterm-scope%20call"></a>scope call</dt>
 
86
<dd><p>The callback is valid only during the call to the method.</p></dd>
 
87
<a name="glsT"></a><h3 class="title">T</h3>
 
88
<dt>
79
89
<a name="annotation-glossterm-transfer%20full"></a>transfer full</dt>
80
90
<dd><p>Free data after the code is done.</p></dd>
81
 
<a name="glsS"></a><h3 class="title">S</h3>
82
 
<dt>
83
 
<a name="annotation-glossterm-scope%20call"></a>scope call</dt>
84
 
<dd><p>The callback is valid only during the call to the method.</p></dd>
85
 
<a name="glsT"></a><h3 class="title">T</h3>
86
91
<dt>
87
92
<a name="annotation-glossterm-type"></a>type</dt>
88
93
<dd><p>Override the parsed C type with given type</p></dd>
90
95
<dt>
91
96
<a name="annotation-glossterm-scope%20notified"></a>scope notified</dt>
92
97
<dd><p>The callback is valid until the GDestroyNotify argument is called.</p></dd>
 
98
<a name="glsE"></a><h3 class="title">E</h3>
 
99
<dt>
 
100
<a name="annotation-glossterm-error-domains"></a>error-domains</dt>
 
101
<dd><p>Typed errors. Similar to throws in Java.</p></dd>
93
102
</div>
94
103
<div class="footer">
95
104
<hr>