blob: 9db8f1bdf071d577fa46892cf89c9d0d1b0b0f1f (
plain) (
blame)
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
|
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
<!entity evolution-calendar SYSTEM "calendar/evolution-calendar.sgml">
<!entity calendar-architecture SYSTEM "calendar/architecture.sgml">
<!entity calendar-reference SYSTEM "calendar/reference.sgml">
<!entity CalClient SYSTEM "calendar/cal-client/sgml/cal-client.sgml">
<!entity CalComponent SYSTEM "calendar/cal-util/sgml/cal-component.sgml">
<!entity cal-util SYSTEM "calendar/cal-util/sgml/cal-util.sgml">
<!entity cal-recur SYSTEM "calendar/cal-util/sgml/cal-recur.sgml">
<!entity timeutil SYSTEM "calendar/cal-util/sgml/timeutil.sgml">
<!entity PCS "<acronym>PCS</acronym>">
<!entity libical "<application>libical</application>">
]>
<book id="index">
<bookinfo>
<title>Evolution Developer's Guide</title>
<authorgroup>
<corpauthor>
Helix Code, Inc.
</corpauthor>
</authorgroup>
<copyright>
<year>2000</year>
<holder>Helix Code, Inc.</holder>
</copyright>
</bookinfo>
<!-- DocBook parts for each individual component -->
&evolution-calendar;
<!-- API Reference part -->
<part>
<title>Evolution Public API Reference</title>
<partintro>
<para>
This part presents the class and function reference for the
different libraries and interfaces that Evolution provides.
Classes are described together with their methods; individual
functions are grouped by functional group.
</para>
</partintro>
&calendar-reference;
</part>
</book>
|