99 lines
4.1 KiB
XML
99 lines
4.1 KiB
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
|
[
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
<!ENTITY % gtkdocentities SYSTEM "xml/gtkdocentities.ent">
|
|
%gtkdocentities;
|
|
]>
|
|
<book id="index">
|
|
<bookinfo>
|
|
<title>&package_name; Reference Manual</title>
|
|
<releaseinfo>
|
|
for &package_string;.
|
|
The latest version of this documentation can be found on-line at
|
|
<ulink role="online-location" url="http://[SERVER]/&package_name;/index.html">http://[SERVER]/&package_name;/</ulink>.
|
|
</releaseinfo>
|
|
</bookinfo>
|
|
|
|
<chapter id="matrix-glib-sdk-basic-types">
|
|
<title>Basic types</title>
|
|
<xi:include href="xml/matrix-enumtypes.xml"/>
|
|
<xi:include href="xml/matrix-compacts.xml"/>
|
|
<xi:include href="xml/matrix-profile.xml"/>
|
|
<xi:include href="xml/matrix-room.xml"/>
|
|
<xi:include href="xml/matrix-types.xml"/>
|
|
<xi:include href="xml/matrix-version.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="matrix-glib-sdk-events">
|
|
<title>Event types</title>
|
|
<xi:include href="xml/event-handling.xml"/>
|
|
<xi:include href="xml/matrix-event-base.xml"/>
|
|
<xi:include href="xml/matrix-event-call-base.xml"/>
|
|
<xi:include href="xml/matrix-event-call-answer.xml"/>
|
|
<xi:include href="xml/matrix-event-call-candidates.xml"/>
|
|
<xi:include href="xml/matrix-event-call-hangup.xml"/>
|
|
<xi:include href="xml/matrix-event-call-invite.xml"/>
|
|
<xi:include href="xml/matrix-event-presence.xml"/>
|
|
<xi:include href="xml/matrix-event-receipt.xml"/>
|
|
<xi:include href="xml/matrix-event-room-aliases.xml"/>
|
|
<xi:include href="xml/matrix-event-room-avatar.xml"/>
|
|
<xi:include href="xml/matrix-event-room-base.xml"/>
|
|
<xi:include href="xml/matrix-event-room-canonical-alias.xml"/>
|
|
<xi:include href="xml/matrix-event-room-create.xml"/>
|
|
<xi:include href="xml/matrix-event-room-guest-access.xml"/>
|
|
<xi:include href="xml/matrix-event-room-history-visibility.xml"/>
|
|
<xi:include href="xml/matrix-event-room-join-rules.xml"/>
|
|
<xi:include href="xml/matrix-event-room-member.xml"/>
|
|
<xi:include href="xml/matrix-event-room-message.xml"/>
|
|
<xi:include href="xml/matrix-event-room-message-feedback.xml"/>
|
|
<xi:include href="xml/matrix-event-room-name.xml"/>
|
|
<xi:include href="xml/matrix-event-room-power-levels.xml"/>
|
|
<xi:include href="xml/matrix-event-room-redaction.xml"/>
|
|
<xi:include href="xml/matrix-event-room-third-party-invite.xml"/>
|
|
<xi:include href="xml/matrix-event-room-topic.xml"/>
|
|
<xi:include href="xml/matrix-event-state-base.xml"/>
|
|
<xi:include href="xml/matrix-event-tag.xml"/>
|
|
<xi:include href="xml/matrix-event-typing.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="matrix-glib-sdk-messages">
|
|
<title>Message types</title>
|
|
<xi:include href="xml/message-handling.xml"/>
|
|
<xi:include href="xml/matrix-message-base.xml"/>
|
|
<xi:include href="xml/matrix-message-text.xml"/>
|
|
<xi:include href="xml/matrix-message-emote.xml"/>
|
|
<xi:include href="xml/matrix-message-notice.xml"/>
|
|
<xi:include href="xml/matrix-message-file.xml"/>
|
|
<xi:include href="xml/matrix-message-audio.xml"/>
|
|
<xi:include href="xml/matrix-message-image.xml"/>
|
|
<xi:include href="xml/matrix-message-video.xml"/>
|
|
<xi:include href="xml/matrix-message-location.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Communicating with homeservers</title>
|
|
<xi:include href="xml/matrix-api.xml"/>
|
|
<xi:include href="xml/matrix-client.xml"/>
|
|
<xi:include href="xml/matrix-http-api.xml"/>
|
|
<xi:include href="xml/matrix-http-client.xml"/>
|
|
</chapter>
|
|
|
|
<chapter id="object-tree">
|
|
<title>Object Hierarchy</title>
|
|
<xi:include href="xml/tree_index.sgml"/>
|
|
</chapter>
|
|
|
|
<index id="api-index-full">
|
|
<title>API Index</title>
|
|
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
|
|
<index id="deprecated-api-index" role="deprecated">
|
|
<title>Index of deprecated API</title>
|
|
<xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
|
|
</index>
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|