~ubuntu-branches/ubuntu/quantal/evolution-data-server/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-07-03 22:41:23 UTC
  • mfrom: (1.1.100)
  • Revision ID: package-import@ubuntu.com-20120703224123-90dydkyfyvff8s0s
Tags: 3.5.3.1-0ubuntu1
* New upstream release 3.5.3.1.
* debian/control:
  - Drop libgconf2-dev from Build-Depends.
  - Bump versions for glib, goa, and libsoup in Build-Depends.
  - Add a Build-Depends on libgcr-3-dev (>= 3.4)
  - Rename packages following upstream SONAME changes.
  - Add Depends on libgnome-keyring-dev to libedataserver1.2-dev.
* debian/rules:
  - Update mkshlibs arguments for libcamel-1.2-38 instead of -33; as it was
    renamed in control due to the soname change.
  - Strip out -Bsymbolic-functions from LDFLAGS.
* Renamed install files in debian/:
  - libcamel-1.2-33.install => libcamel-1.2-38.install
  - libebackend-1.2-2.install => libebackend-1.2-4.install
  - libebook-1.2-13.install => libebook-1.2-17.install
  - libecal-1.2-11.install => libecal-1.2-15.install
  - libedata-book-1.2-13.install => libedata-book-1.2-15.install
  - libedata-cal-1.2-15.install => libedata-cal-1.2-18.install
  - libedataserver-1.2-16.install => libedataserver-1.2-17.install
  - libedataserverui-3.0-1.install => libedataserverui-3.0-4.install
* debian/patches/google_tests_fpic.patch: build tests with -fPIC; otherwise
  build fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                      | 
27
27
                   <a class="shortcut" href="#glsA">A</a>
28
28
                      | 
 
29
                   <a class="shortcut" href="#glsC">C</a>
 
30
                      | 
29
31
                   <a class="shortcut" href="#glsT">T</a>
30
32
                      | 
31
33
                   <a class="shortcut" href="#glsE">E</a>
33
35
                   <a class="shortcut" href="#glsT">T</a>
34
36
                      | 
35
37
                   <a class="shortcut" href="#glsS">S</a>
 
38
                      | 
 
39
                   <a class="shortcut" href="#glsT">T</a>
36
40
</td></tr>
37
41
</table>
38
42
<div class="glossary">
50
54
<dt>
51
55
<a name="annotation-glossterm-allow-none"></a>allow-none</dt>
52
56
<dd><p>NULL is ok, both for passing and for returning.</p></dd>
 
57
<a name="glsC"></a><h3 class="title">C</h3>
 
58
<dt>
 
59
<a name="annotation-glossterm-closure"></a>closure</dt>
 
60
<dd><p>This parameter is a 'user_data', for callbacks; many bindings can pass NULL here.</p></dd>
53
61
<a name="glsT"></a><h3 class="title">T</h3>
54
62
<dt>
55
63
<a name="annotation-glossterm-transfer%20none"></a>transfer none</dt>
69
77
<dt>
70
78
<a name="annotation-glossterm-scope%20call"></a>scope call</dt>
71
79
<dd><p>The callback is valid only during the call to the method.</p></dd>
 
80
<a name="glsT"></a><h3 class="title">T</h3>
 
81
<dt>
 
82
<a name="annotation-glossterm-type"></a>type</dt>
 
83
<dd><p>Override the parsed C type with given type</p></dd>
72
84
</div>
73
85
<div class="footer">
74
86
<hr>