summaryrefslogtreecommitdiff
path: root/docs/reference/gdbus/gdbus-docs.xml
blob: 6ab50a8707f6a7d9507c663a6be180b166135a7a (plain)
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
<?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" [
<!ENTITY version SYSTEM "version.xml">
]>
<book lang="en" id="gdbus" xmlns:xi="http://www.w3.org/2003/XInclude">
<title>GDBus Standalone Reference Manual</title>
  <bookinfo>
    <title>GDBus Standalone Reference Manual</title>
    <releaseinfo>
      for GDBus Standalone &version;
    </releaseinfo>
  </bookinfo>

  <part>
  <title>API Reference</title>
    <chapter id="lowlevel">
        <title>Low-level GDBus</title>
        <xi:include href="xml/gdbusutils.xml"/>
        <xi:include href="xml/gdbusaddress.xml"/>
        <xi:include href="xml/gdbuserror.xml"/>
        <xi:include href="xml/gdbusmessage.xml"/>
        <xi:include href="xml/gdbusconnection.xml"/>
        <xi:include href="xml/gdbusmethodinvocation.xml"/>
        <xi:include href="xml/gdbusproxy.xml"/>
        <xi:include href="xml/gdbusserver.xml"/>
    </chapter>
    <chapter id="convenience">
        <title>GDBus Convenience</title>
        <xi:include href="xml/gdbusnameowning.xml"/>
        <xi:include href="xml/gdbusnamewatching.xml"/>
        <xi:include href="xml/gdbusproxywatching.xml"/>
        <xi:include href="xml/gdbusintrospection.xml"/>
    </chapter>
  </part>

  <chapter id="gdbus-hierarchy">
    <title>Object Hierarchy</title>
      <xi:include href="xml/tree_index.sgml"/>
  </chapter>

  <index>
    <title id="index-all">Index</title>
  </index>
</book>