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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-01 22:47:15 UTC
  • mfrom: (1.1.77 upstream)
  • Revision ID: james.westby@ubuntu.com-20100301224715-drsxc2y3t8anz3c0
Tags: 2.28.3-0ubuntu1
* New upstream version:
  Bug Fixes:
  - #602723 - Contact list name doesn't get displayed in 'To' dialog 
  - #600322 - assertion failed: (reply == msg) in cs_waitinfo()
              (lp: #455020, #475147)
  - #564727 - Few memory leaks (lp: #305428)
  - #574940 - Always ref returned info from message_info_from_uid 
              (lp: #341909)
  - #429317 - Use the relative URI returned if the server 
              re-directs a request
  - #602820 - Test validity of a book_view before using it in LDAP 
  - #590762 - Recurring google calendar items are not changeable
  - #604236 - Slow GPG processing 
  - #597816 - Do not crash on incorrect parameters used in sexp to SQL 
              (lp: #444177)
  - #604544 - Try Exchange fallback authentication only once 
  - #600778 - Fix --enable-e2k-debug configure option resolution 
  - #260407 - 'endswith' address book search doesn't work 
  - #549221 - (bnc) delete, sync flags immediately
* debian/patches/99_reconfigure.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<refmeta>
6
6
<refentrytitle role="top_of_page" id="libebook-e-book-types.top_of_page">e-book-types</refentrytitle>
7
7
<manvolnum>3</manvolnum>
8
 
<refmiscinfo>LIBEBOOK Library</refmiscinfo>
 
8
<refmiscinfo>
 
9
  LIBEBOOK Library
 
10
</refmiscinfo>
9
11
</refmeta>
10
 
 
11
12
<refnamediv>
12
13
<refname>e-book-types</refname>
13
14
<refpurpose>Client-side GOBject which exposes the
17
18
<refsynopsisdiv id="libebook-e-book-types.synopsis" role="synopsis">
18
19
<title role="synopsis.title">Synopsis</title>
19
20
 
20
 
<synopsis>
21
 
#define             <link linkend="E-BOOK-ERROR--CAPS">E_BOOK_ERROR</link>
22
 
<link linkend="GQuark">GQuark</link>              <link linkend="e-book-error-quark">e_book_error_quark</link>                  (void);
 
21
<synopsis>#define             <link linkend="E-BOOK-ERROR:CAPS">E_BOOK_ERROR</link>
 
22
<link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              <link linkend="e-book-error-quark">e_book_error_quark</link>                  (<parameter><type>void</type></parameter>);
23
23
enum                <link linkend="EBookStatus">EBookStatus</link>;
24
24
enum                <link linkend="EBookViewStatus">EBookViewStatus</link>;
25
25
enum                <link linkend="EBookChangeType">EBookChangeType</link>;
27
27
</synopsis>
28
28
</refsynopsisdiv>
29
29
 
30
 
 
31
 
 
32
 
 
33
 
 
34
 
 
35
 
 
36
 
 
37
 
 
38
30
<refsect1 id="libebook-e-book-types.description" role="desc">
39
31
<title role="desc.title">Description</title>
40
32
<para>
41
33
</para>
42
34
</refsect1>
43
 
 
44
35
<refsect1 id="libebook-e-book-types.details" role="details">
45
36
<title role="details.title">Details</title>
46
 
<refsect2 id="E-BOOK-ERROR--CAPS" role="macro">
 
37
<refsect2 id="E-BOOK-ERROR:CAPS" role="macro">
47
38
<title>E_BOOK_ERROR</title>
48
 
<indexterm zone="E-BOOK-ERROR--CAPS"><primary sortas="E_BOOK_ERROR">E_BOOK_ERROR</primary></indexterm><programlisting>#define E_BOOK_ERROR e_book_error_quark()
 
39
<indexterm zone="E-BOOK-ERROR:CAPS"><primary>E_BOOK_ERROR</primary></indexterm>
 
40
<programlisting>#define E_BOOK_ERROR e_book_error_quark()
49
41
</programlisting>
50
42
<para>
51
43
</para></refsect2>
52
44
<refsect2 id="e-book-error-quark" role="function">
53
45
<title>e_book_error_quark ()</title>
54
 
<indexterm zone="e-book-error-quark"><primary sortas="e_book_error_quark">e_book_error_quark</primary></indexterm><programlisting><link linkend="GQuark">GQuark</link>              e_book_error_quark                  (void);</programlisting>
 
46
<indexterm zone="e-book-error-quark"><primary>e_book_error_quark</primary></indexterm>
 
47
<programlisting><link linkend="GQuark"><returnvalue>GQuark</returnvalue></link>              e_book_error_quark                  (<parameter><type>void</type></parameter>);</programlisting>
55
48
<para>
56
49
</para><variablelist role="params">
57
50
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara>
59
52
</variablelist></refsect2>
60
53
<refsect2 id="EBookStatus" role="enum">
61
54
<title>enum EBookStatus</title>
62
 
<indexterm zone="EBookStatus"><primary sortas="EBookStatus">EBookStatus</primary></indexterm><programlisting>typedef enum {
 
55
<indexterm zone="EBookStatus"><primary>EBookStatus</primary></indexterm>
 
56
<programlisting>typedef enum {
63
57
        E_BOOK_ERROR_OK,
64
58
        E_BOOK_ERROR_INVALID_ARG,
65
59
        E_BOOK_ERROR_BUSY,
90
84
</para></refsect2>
91
85
<refsect2 id="EBookViewStatus" role="enum">
92
86
<title>enum EBookViewStatus</title>
93
 
<indexterm zone="EBookViewStatus"><primary sortas="EBookViewStatus">EBookViewStatus</primary></indexterm><programlisting>typedef enum {
 
87
<indexterm zone="EBookViewStatus"><primary>EBookViewStatus</primary></indexterm>
 
88
<programlisting>typedef enum {
94
89
        E_BOOK_VIEW_STATUS_OK,
95
90
        E_BOOK_VIEW_STATUS_TIME_LIMIT_EXCEEDED,
96
91
        E_BOOK_VIEW_STATUS_SIZE_LIMIT_EXCEEDED,
103
98
</para></refsect2>
104
99
<refsect2 id="EBookChangeType" role="enum">
105
100
<title>enum EBookChangeType</title>
106
 
<indexterm zone="EBookChangeType"><primary sortas="EBookChangeType">EBookChangeType</primary></indexterm><programlisting>typedef enum {
 
101
<indexterm zone="EBookChangeType"><primary>EBookChangeType</primary></indexterm>
 
102
<programlisting>typedef enum {
107
103
        E_BOOK_CHANGE_CARD_ADDED,
108
104
        E_BOOK_CHANGE_CARD_DELETED,
109
105
        E_BOOK_CHANGE_CARD_MODIFIED
113
109
</para></refsect2>
114
110
<refsect2 id="EBookChange" role="struct">
115
111
<title>EBookChange</title>
116
 
<indexterm zone="EBookChange"><primary sortas="EBookChange">EBookChange</primary></indexterm><programlisting>typedef struct {
 
112
<indexterm zone="EBookChange"><primary>EBookChange</primary></indexterm>
 
113
<programlisting>typedef struct {
117
114
        EBookChangeType  change_type;
118
115
        EContact        *contact;
119
116
} EBookChange;
123
120
 
124
121
</refsect1>
125
122
 
126
 
 
127
 
 
128
 
 
129
123
</refentry>