2019-07-09 20:12:47 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
|
|
|
]>
|
|
|
|
<book lang="en" xmlns:xi="http://www.w3.org/2003/XInclude">
|
|
|
|
<part>
|
2020-10-30 17:39:10 +01:00
|
|
|
<title>GDBus ObjctManager Example</title>
|
2019-07-09 20:12:47 +02:00
|
|
|
<chapter>
|
2020-10-30 17:39:10 +01:00
|
|
|
<title>Interfaces</title>
|
2019-07-09 20:12:47 +02:00
|
|
|
<xi:include href="xml/ExampleAnimal.xml"/>
|
|
|
|
<xi:include href="xml/ExampleCat.xml"/>
|
|
|
|
<xi:include href="xml/ExampleObject.xml"/>
|
|
|
|
<xi:include href="xml/ExampleObjectManagerClient.xml"/>
|
|
|
|
</chapter>
|
|
|
|
</part>
|
2020-10-30 17:39:10 +01:00
|
|
|
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
2019-07-09 20:12:47 +02:00
|
|
|
</book>
|