~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to docs/reference/addressbook/libebook/html/libebook-e-book-types.html

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>e-book-types</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.74.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
7
7
<link rel="home" href="index.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
8
8
<link rel="up" href="ch01.html" title="Evolution-Data-Server Manual: Address Book Client (libebook)">
9
9
<link rel="prev" href="libebook-e-book-query.html" title="e-book-query">
26
26
                  <a href="#libebook-e-book-types.description" class="shortcut">Description</a>
27
27
</td></tr>
28
28
</table>
29
 
<div class="refentry" lang="en">
 
29
<div class="refentry" title="e-book-types">
30
30
<a name="libebook-e-book-types"></a><div class="titlepage"></div>
31
31
<div class="refnamediv"><table width="100%"><tr>
32
32
<td valign="top">
36
36
</td>
37
37
<td valign="top" align="right"></td>
38
38
</tr></table></div>
39
 
<div class="refsynopsisdiv">
 
39
<div class="refsynopsisdiv" title="Synopsis">
40
40
<a name="libebook-e-book-types.synopsis"></a><h2>Synopsis</h2>
41
41
<pre class="synopsis">#define             <a class="link" href="libebook-e-book-types.html#E-BOOK-ERROR:CAPS" title="E_BOOK_ERROR">E_BOOK_ERROR</a>
42
42
<span class="returnvalue">GQuark</span>              <a class="link" href="libebook-e-book-types.html#e-book-error-quark" title="e_book_error_quark ()">e_book_error_quark</a>                  (<em class="parameter"><code><span class="type">void</span></code></em>);
46
46
                    <a class="link" href="libebook-e-book-types.html#EBookChange" title="EBookChange">EBookChange</a>;
47
47
</pre>
48
48
</div>
49
 
<div class="refsect1" lang="en">
 
49
<div class="refsect1" title="Description">
50
50
<a name="libebook-e-book-types.description"></a><h2>Description</h2>
51
51
<p>
52
52
</p>
53
53
</div>
54
 
<div class="refsect1" lang="en">
 
54
<div class="refsect1" title="Details">
55
55
<a name="libebook-e-book-types.details"></a><h2>Details</h2>
56
 
<div class="refsect2" lang="en">
 
56
<div class="refsect2" title="E_BOOK_ERROR">
57
57
<a name="E-BOOK-ERROR:CAPS"></a><h3>E_BOOK_ERROR</h3>
58
58
<pre class="programlisting">#define E_BOOK_ERROR e_book_error_quark()
59
59
</pre>
61
61
</p>
62
62
</div>
63
63
<hr>
64
 
<div class="refsect2" lang="en">
 
64
<div class="refsect2" title="e_book_error_quark ()">
65
65
<a name="e-book-error-quark"></a><h3>e_book_error_quark ()</h3>
66
66
<pre class="programlisting"><span class="returnvalue">GQuark</span>              e_book_error_quark                  (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
67
67
<p>
76
76
</table></div>
77
77
</div>
78
78
<hr>
79
 
<div class="refsect2" lang="en">
 
79
<div class="refsect2" title="enum EBookStatus">
80
80
<a name="EBookStatus"></a><h3>enum EBookStatus</h3>
81
81
<pre class="programlisting">typedef enum {
82
82
        E_BOOK_ERROR_OK,
109
109
</p>
110
110
</div>
111
111
<hr>
112
 
<div class="refsect2" lang="en">
 
112
<div class="refsect2" title="enum EBookViewStatus">
113
113
<a name="EBookViewStatus"></a><h3>enum EBookViewStatus</h3>
114
114
<pre class="programlisting">typedef enum {
115
115
        E_BOOK_VIEW_STATUS_OK,
124
124
</p>
125
125
</div>
126
126
<hr>
127
 
<div class="refsect2" lang="en">
 
127
<div class="refsect2" title="enum EBookChangeType">
128
128
<a name="EBookChangeType"></a><h3>enum EBookChangeType</h3>
129
129
<pre class="programlisting">typedef enum {
130
130
        E_BOOK_CHANGE_CARD_ADDED,
136
136
</p>
137
137
</div>
138
138
<hr>
139
 
<div class="refsect2" lang="en">
 
139
<div class="refsect2" title="EBookChange">
140
140
<a name="EBookChange"></a><h3>EBookChange</h3>
141
141
<pre class="programlisting">typedef struct {
142
142
        EBookChangeType  change_type;