blob: 942c5f21decd6c316de2e17ba3cdc70d9f56dbc9 (
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
|
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
<bookinfo>
<title>libempathy Reference Manual</title>
</bookinfo>
<chapter>
<title>libempathy API reference</title>
<xi:include href="xml/empathy-time.xml"/>
<xi:include href="xml/empathy-conf.xml"/>
<xi:include href="xml/empathy-avatar.xml"/>
<xi:include href="xml/empathy-message.xml"/>
<xi:include href="xml/empathy-presence.xml"/>
<xi:include href="xml/empathy-contact.xml"/>
<xi:include href="xml/empathy-contact-list.xml"/>
<xi:include href="xml/empathy-tp-group.xml"/>
<xi:include href="xml/empathy-tp-contact-list.xml"/>
<xi:include href="xml/empathy-tp-chat.xml"/>
<xi:include href="xml/empathy-tp-chatroom.xml"/>
<xi:include href="xml/empathy-tp-call.xml"/>
<xi:include href="xml/empathy-contact-factory.xml"/>
<xi:include href="xml/empathy-chatroom.xml"/>
<xi:include href="xml/empathy-chatroom-manager.xml"/>
<xi:include href="xml/empathy-log-manager.xml"/>
<xi:include href="xml/empathy-filter.xml"/>
<xi:include href="xml/empathy-chandler.xml"/>
<xi:include href="xml/empathy-idle.xml"/>
<xi:include href="xml/empathy-utils.xml"/>
</chapter>
</book>
|