/usr/share/gtk-doc/html/eds/index.html is in evolution-data-server-doc 3.22.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Evolution-Data-Server Reference Manual: Evolution-Data-Server Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="description" content="Evolution-Data-Server is a collection of libraries and services for storing addressbooks and calendars. In this reference manual you will find documentation on using the client libraries as well as implementing backends for calendars and addressbooks. The documentation below is organized by subject material, below is an abstract description of each component in the documentation. Data Sources and Extensions Data sources are an abstract concept for describing sources of various data types. Addressbook and Calendars must be accessed by their ESource, but the ESource is also relevant for backends to access various internal data types. This section also includes documentation on the various existing ESourceExtensions which are important for configuring the functionality of a data source. Client Programming Interfaces This section contains the main interfaces useful for interacting with Evolution Data Server in your application Backend Programming Interfaces This section contains the main interfaces useful for implementing Addressbook and Calendar backends. Miscellaneous Utilities A collection of utilities which can be useful to both clients and backends. Examples Working examples of how to use Evolution Data Server. Unit Testing A description of how to test Evolution Data Server itself, and how to use the general unit test fixture. Deprecated Classes A list of all deprecated classes in Evolution Data Server.">
<link rel="home" href="index.html" title="Evolution-Data-Server Reference Manual">
<link rel="next" href="data-sources.html" title="Part I. Data Sources and Extensions">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Evolution-Data-Server Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">Reference Manual for evolution-data-server 3.22.7
</p></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>
Evolution-Data-Server is a collection of libraries and services
for storing addressbooks and calendars. In this reference manual you will find
documentation on using the client libraries as well as implementing backends for
calendars and addressbooks.
</p>
<p>
The documentation below is organized by subject material, below is an abstract
description of each component in the documentation.
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<p><a class="link" href="data-sources.html" title="Part I. Data Sources and Extensions">Data Sources and Extensions</a></p>
<p>
Data sources are an abstract concept for describing sources of various data types.
Addressbook and Calendars must be accessed by their ESource, but the ESource
is also relevant for backends to access various internal data types. This section
also includes documentation on the various existing ESourceExtensions which are
important for configuring the functionality of a data source.
</p>
</li>
<li class="listitem">
<p><a class="link" href="client.html" title="Part II. Client Programming Interfaces">Client Programming Interfaces</a></p>
<p>
This section contains the main interfaces useful for interacting
with Evolution Data Server in your application
</p>
</li>
<li class="listitem">
<p><a class="link" href="backend.html" title="Part III. Backend Programming Interfaces">Backend Programming Interfaces</a></p>
<p>
This section contains the main interfaces useful for implementing
Addressbook and Calendar backends.
</p>
</li>
<li class="listitem">
<p><a class="link" href="misc.html" title="Part IV. Miscellaneous Utilities">Miscellaneous Utilities</a></p>
<p>
A collection of utilities which can be useful to both clients and backends.
</p>
</li>
<li class="listitem">
<p><a class="link" href="examples.html" title="Part V. Examples">Examples</a></p>
<p>
Working examples of how to use Evolution Data Server.
</p>
</li>
<li class="listitem">
<p><a class="link" href="unit-testing.html" title="Part VI. Unit Testing">Unit Testing</a></p>
<p>
A description of how to test Evolution Data Server itself, and
how to use the general unit test fixture.
</p>
</li>
<li class="listitem">
<p><a class="link" href="deprecated.html" title="Part VII. Deprecated Classes">Deprecated Classes</a></p>
<p>
A list of all deprecated classes in Evolution Data Server.
</p>
</li>
</ul></div>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt><span class="part"><a href="data-sources.html">I. Data Sources and Extensions</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch01.html">Data Sources</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ESource.html">ESource</a></span><span class="refpurpose"> — Hierarchical data sources</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-source-enums.html">e-source-enums</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceRegistry.html">ESourceRegistry</a></span><span class="refpurpose"> — A central repository for data sources</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch02.html">Data Source Extensions</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ESourceExtension.html">ESourceExtension</a></span><span class="refpurpose"> — Base class for <span class="type">ESource</span> extensions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceBackend.html">ESourceBackend</a></span><span class="refpurpose"> — Base class for backend-based data sources</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceSelectable.html">ESourceSelectable</a></span><span class="refpurpose"> — Base class for selectable data sources</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceAddressBook.html">ESourceAddressBook</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for an address book</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceAlarms.html">ESourceAlarms</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for alarm state</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceAuthentication.html">ESourceAuthentication</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for authentication settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceAutocomplete.html">ESourceAutocomplete</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for autocomplete settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceTaskList.html">ESourceTaskList</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for a calendar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceCamel.html">ESourceCamel</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for <span class="type">CamelSettings</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceCollection.html">ESourceCollection</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for grouping related resources</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceContacts.html">ESourceContacts</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceGoa.html">ESourceGoa</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for GNOME Online Accounts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceLDAP.html">ESourceLDAP</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceLocal.html">ESourceLocal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailAccount.html">ESourceMailAccount</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for an email account</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailComposition.html">ESourceMailComposition</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for mail composition settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailIdentity.html">ESourceMailIdentity</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for an email identity</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailSignature.html">ESourceMailSignature</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for email signatures</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailSubmission.html">ESourceMailSubmission</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for submitting emails</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMailTransport.html">ESourceMailTransport</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for an email transport</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceMDN.html">ESourceMDN</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for MDN settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceOffline.html">ESourceOffline</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for offline settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceOpenPGP.html">ESourceOpenPGP</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for OpenPGP settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceProxy.html">ESourceProxy</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for network proxy settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceRefresh.html">ESourceRefresh</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for refresh settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceResource.html">ESourceResource</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for a remote resource</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceRevisionGuards.html">ESourceRevisionGuards</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension to configure revision guards</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceSecurity.html">ESourceSecurity</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for security settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceSMIME.html">ESourceSMIME</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for S/MIME settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceUoa.html">ESourceUoa</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for Ubuntu Online Accounts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceWebdav.html">ESourceWebdav</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension for WebDAV settings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceWeather.html">ESourceWeather</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceBackendSummarySetup.html">ESourceBackendSummarySetup</a></span><span class="refpurpose"> — <span class="type">ESource</span> extension to configure summary fields</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="client.html">II. Client Programming Interfaces</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch03.html">Shared Interaces</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="EClient.html">EClient</a></span><span class="refpurpose"> — Base class for client handles</span>
</dt></dl></dd>
<dt><span class="chapter"><a href="ch04.html">Addressbook</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="EBookClient.html">EBookClient</a></span><span class="refpurpose"> — Accessing and modifying an addressbook</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookClientView.html">EBookClientView</a></span><span class="refpurpose"> — Recieving change notifications on addressbooks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookClientCursor.html">EBookClientCursor</a></span><span class="refpurpose"> — An addressbook cursor</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-book-query.html">e-book-query</a></span><span class="refpurpose"> — Querying and filtering contacts in an addressbook</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EVCard.html">EVCard</a></span><span class="refpurpose"> — vCard parsing and interpretation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EContact.html">EContact</a></span><span class="refpurpose"> — A convenience interface for interacting with contacts</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch05.html">Calendar</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ECalClient.html">ECalClient</a></span><span class="refpurpose"> — Accessing and modifying a calendar</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalClientView.html">ECalClientView</a></span><span class="refpurpose"> — Recieving change notifications on calendars</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalComponent.html">ECalComponent</a></span><span class="refpurpose"> — A convenience interface for interacting with events</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="backend.html">III. Backend Programming Interfaces</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch06.html">Abstract Classes for Backends</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="EBackend.html">EBackend</a></span><span class="refpurpose"> — An abstract base class for backends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-backend-enums.html">e-backend-enums</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBackendFactory.html">EBackendFactory</a></span><span class="refpurpose"> — An abstract base class for backend factories</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataFactory.html">EDataFactory</a></span><span class="refpurpose"> — An abstract base class for a backend-based server</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDBusServer.html">EDBusServer</a></span><span class="refpurpose"> — An abstract base class for a D-Bus server</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EExtensible.html">EExtensible</a></span><span class="refpurpose"> — An interface for extending objects</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EExtension.html">EExtension</a></span><span class="refpurpose"> — An abstract base class for extensions</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EModule.html">EModule</a></span><span class="refpurpose"> — A module loader</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESubprocessFactory.html">ESubprocessFactory</a></span><span class="refpurpose"> — An abstract base class for a backend-subprocess server</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch07.html">Registry Service Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ECollectionBackend.html">ECollectionBackend</a></span><span class="refpurpose"> — A base class for a data source collection backend</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECollectionBackendFactory.html">ECollectionBackendFactory</a></span><span class="refpurpose"> — A base class for a data source collection
backend factory</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EOAuth2Support.html">EOAuth2Support</a></span><span class="refpurpose"> — An interface for OAuth 2.0 support</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EServerSideSource.html">EServerSideSource</a></span><span class="refpurpose"> — A server-side data source</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EServerSideSourceCredentialsProvider.html">EServerSideSourceCredentialsProvider</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceRegistryServer.html">ESourceRegistryServer</a></span><span class="refpurpose"> — Server-side repository for data sources</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch08.html">Addressbook Backend Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="EBookBackend.html">EBookBackend</a></span><span class="refpurpose"> — An abstract class for implementing addressbook backends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookBackendFactory.html">EBookBackendFactory</a></span><span class="refpurpose"> — The factory for creating new addressbooks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookBackendSExp.html">EBookBackendSExp</a></span><span class="refpurpose"> — A utility for comparing <span class="type">EContacts</span> or vcards with search expressions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookSqlite.html">EBookSqlite</a></span><span class="refpurpose"> — An SQLite storage facility for addressbooks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBook.html">EDataBook</a></span><span class="refpurpose"> — Server side D-Bus layer to communicate with addressbooks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBookDirect.html">EDataBookDirect</a></span><span class="refpurpose"> — An interface for implementing Direct Read Access</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBookCursor.html">EDataBookCursor</a></span><span class="refpurpose"> — The abstract cursor API</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBookCursorSqlite.html">EDataBookCursorSqlite</a></span><span class="refpurpose"> — The SQLite cursor implementation</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBookFactory.html">EDataBookFactory</a></span><span class="refpurpose"> — The main addressbook server object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataBookView.html">EDataBookView</a></span><span class="refpurpose"> — A server side object for issuing view notifications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESubprocessBookFactory.html">ESubprocessBookFactory</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch09.html">Calendar Backend Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ECalBackend.html">ECalBackend</a></span><span class="refpurpose"> — An abstract class for implementing calendar backends</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalBackendCache.html">ECalBackendCache</a></span><span class="refpurpose"> — A helper class for caching calendar components</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalBackendFactory.html">ECalBackendFactory</a></span><span class="refpurpose"> — The factory for creating new calendars</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalBackendSExp.html">ECalBackendSExp</a></span><span class="refpurpose"> — A utility for comparing <span class="type">ECalComponents</span> with search expressions.</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalBackendStore.html">ECalBackendStore</a></span><span class="refpurpose"> — A helper class for storing calendar components</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalBackendSync.html">ECalBackendSync</a></span><span class="refpurpose"> — A convenience subclass of <span class="type">ECalBackend</span></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EIntervalTree.html">EIntervalTree</a></span><span class="refpurpose"> — A utility for calculating intervals and recurrances</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataCal.html">EDataCal</a></span><span class="refpurpose"> — Server side D-Bus layer to communicate with calendars</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataCalFactory.html">EDataCalFactory</a></span><span class="refpurpose"> — The main calendar server object</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDataCalView.html">EDataCalView</a></span><span class="refpurpose"> — A server side object for issuing view notifications</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESubprocessCalFactory.html">ESubprocessCalFactory</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="misc.html">IV. Miscellaneous Utilities</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch10.html">Available for clients and backends</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eds-e-data-server-util.html">e-data-server-util</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-categories.html">e-categories</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-Cancellable-Locks.html">Cancellable Locks</a></span><span class="refpurpose"> — locks, which can listen for a <span class="type">GCancellable</span> during lock call</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cache-reaper.html">e-cache-reaper</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cache-reaper-utils.html">e-cache-reaper-utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-collator.html">e-collator</a></span><span class="refpurpose"> — Collation services for locale sensitive sorting</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-debug-log.html">e-debug-log</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-error.html">e-error</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-flag.html">e-flag</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-free-form-exp.html">e-free-form-exp</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EGdbusAsyncOpKeeper.html">EGdbusAsyncOpKeeper</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-memory.html">e-memory</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ENetworkMonitor.html">ENetworkMonitor</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-operation-pool.html">e-operation-pool</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-secret-store.html">e-secret-store</a></span><span class="refpurpose"> — Interface to store secrets</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESExp.html">ESExp</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-soup-ssl-trust.html">e-soup-ssl-trust</a></span><span class="refpurpose"> — SSL certificate trust handling for WebDAV sources</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-time-utils.html">e-time-utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-uid.html">e-uid</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-webdav-discover.html">e-webdav-discover</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-xml-hash-utils.html">e-xml-hash-utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-xml-utils.html">e-xml-utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-eds-version.html">eds-version</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch11.html">Available only for backends</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="EFileCache.html">EFileCache</a></span><span class="refpurpose"> — Simple file-based hash table for strings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-db3-utils.html">e-db3-utils</a></span><span class="refpurpose"> — Utilities for Berkeley DB databases</span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESoupAuthBearer.html">ESoupAuthBearer</a></span><span class="refpurpose"> — OAuth 2.0 support for libsoup</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-sqlite3-vfs.html">e-sqlite3-vfs</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EUserPrompter.html">EUserPrompter</a></span><span class="refpurpose"> — Manages user prompts over DBus</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EUserPrompterServer.html">EUserPrompterServer</a></span><span class="refpurpose"> — Server-side user prompter</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EUserPrompterServerExtension.html">EUserPrompterServerExtension</a></span><span class="refpurpose"> — Extension for a server-side user prompter</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch12.html">Addressbook related utilities</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eds-e-book-contacts-types.html">e-book-contacts-types</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EDestination.html">EDestination</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-address-western.html">e-address-western</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-name-western.html">e-name-western</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-phone-number.html">e-phone-number</a></span><span class="refpurpose"> — Phone number support</span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch13.html">Calendar related utilities</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-recur.html">e-cal-recur</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-time-util.html">e-cal-time-util</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-util.html">e-cal-util</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-system-timezone.html">e-cal-system-timezone</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-check-timezones.html">e-cal-check-timezones</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ETimezoneCache.html">ETimezoneCache</a></span><span class="refpurpose"> — An interface for caching time zone data</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-backend-util.html">e-cal-backend-util</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-cal-types.html">e-cal-types</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch14.html">Credentials</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="ESourceCredentialsProvider.html">ESourceCredentialsProvider</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceCredentialsProviderImpl.html">ESourceCredentialsProviderImpl</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceCredentialsProviderImplPassword.html">ESourceCredentialsProviderImplPassword</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ESourceCredentialsProviderImplGoogle.html">ESourceCredentialsProviderImplGoogle</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="part"><a href="examples.html">V. Examples</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="eds-cursor-example.html">Contacts Browser Example</a></span><span class="refpurpose"> —
Explanation of how to create a scrolling window listing contacts in
alphabetical order.
</span>
</dt></dl></dd>
<dt><span class="part"><a href="unit-testing.html">VI. Unit Testing</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="eds-e-test-server-utils.html">e-test-server-utils</a></span><span class="refpurpose"> — A utility for unit testing EDS</span>
</dt></dl></dd>
<dt><span class="part"><a href="deprecated.html">VII. Deprecated Classes</a></span></dt>
<dd><dl>
<dt><span class="chapter"><a href="ch15.html">Common Deprecated Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eds-e-credentials.html">e-credentials</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EIterator.html">EIterator</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EList.html">EList</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EListIterator.html">EListIterator</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EProxy.html">EProxy</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-url.html">e-url</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch16.html">Client Deprecated Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="EBook.html">EBook</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookView.html">EBookView</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECal.html">ECal</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="ECalView.html">ECalView</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-book-types.html">e-book-types</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch17.html">Backend Deprecated Classes</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="eds-e-dbhash.html">e-dbhash</a></span><span class="refpurpose"> — Simple DB-based hash table for strings</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EOfflineListener.html">EOfflineListener</a></span><span class="refpurpose"> — Tracks Evolution's online/offline state</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookBackendSqliteDB.html">EBookBackendSqliteDB</a></span><span class="refpurpose"> — An SQLite storage facility for addressbooks</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookBackendSummary.html">EBookBackendSummary</a></span><span class="refpurpose"> — A utility for storing contact data and searching for contacts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="EBookBackendCache.html">EBookBackendCache</a></span><span class="refpurpose"> — A utility for storing contact data and searching for contacts</span>
</dt>
<dt>
<span class="refentrytitle"><a href="eds-e-book-backend-db-cache.html">e-book-backend-db-cache</a></span><span class="refpurpose"> — A Berkeley DB cache facility for addressbooks</span>
</dt>
</dl></dd>
</dl></dd>
<dt><span class="index"><a href="api-index-full.html">Index</a></span></dt>
<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated symbols</a></span></dt>
<dt><span class="index"><a href="api-index-3.22.html">Index of new symbols in 3.22</a></span></dt>
<dt><span class="index"><a href="api-index-3.20.html">Index of new symbols in 3.20</a></span></dt>
<dt><span class="index"><a href="api-index-3.18.html">Index of new symbols in 3.18</a></span></dt>
<dt><span class="index"><a href="api-index-3.16.html">Index of new symbols in 3.16</a></span></dt>
<dt><span class="index"><a href="api-index-3.12.html">Index of new symbols in 3.12</a></span></dt>
<dt><span class="index"><a href="api-index-3.10.html">Index of new symbols in 3.10</a></span></dt>
<dt><span class="index"><a href="api-index-3.8.html">Index of new symbols in 3.8</a></span></dt>
<dt><span class="index"><a href="api-index-3.6.html">Index of new symbols in 3.6</a></span></dt>
<dt><span class="index"><a href="api-index-3.4.html">Index of new symbols in 3.4</a></span></dt>
<dt><span class="index"><a href="api-index-3.2.html">Index of new symbols in 3.2</a></span></dt>
<dt><span class="index"><a href="api-index-3.0.html">Index of new symbols in 3.0</a></span></dt>
<dt><span class="index"><a href="api-index-2.32.html">Index of new symbols in 2.32</a></span></dt>
<dt><span class="index"><a href="api-index-2.30.html">Index of new symbols in 2.30</a></span></dt>
<dt><span class="index"><a href="api-index-2.28.html">Index of new symbols in 2.28</a></span></dt>
<dt><span class="index"><a href="api-index-2.26.html">Index of new symbols in 2.26</a></span></dt>
<dt><span class="index"><a href="api-index-2.24.html">Index of new symbols in 2.24</a></span></dt>
<dt><span class="index"><a href="api-index-2.22.html">Index of new symbols in 2.22</a></span></dt>
<dt><span class="index"><a href="api-index-1.12.html">Index of new symbols in 1.12</a></span></dt>
<dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>
|