mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-12 13:38:50 +02:00
.gitlab-ci
.reuse
LICENSES
docs
reference
gio
gdbus-object-manager-example
.gitignore
gdbus-object-manager-example-docs.xml
gdbus-object-manager-example-sections.txt
meson.build
xml
.gitignore
concat-files-helper.py
gapplication.xml
gdbus-codegen.xml
gdbus.xml
gio-docs-unix.xml
gio-docs-win32.xml
gio-docs.xml
gio-querymodules.xml
gio-sections-common.txt
gio-sections-win32.txt
gio.xml
glib-compile-resources.xml
glib-compile-schemas.xml
gresource.xml
gsettings.xml
gvfs-overview.odg
gvfs-overview.png
menu-example.png
menu-model.png
meson.build
migrating-gconf.xml
migrating-gdbus.xml
migrating-gnome-vfs.xml
migrating-posix.xml
overview.xml
version.xml.in
glib
gobject
.gitignore
AUTHORS
COPYING
NEWS
meson.build
CODEOWNERS
backports.md
debugging.txt
macros.txt
meson-version.md
rationales.md
releasing.md
roadmap.md
supported-platforms.md
testing.md
toolchain-requirements.md
fuzzing
gio
glib
gmodule
gobject
gthread
m4macros
po
subprojects
tests
tools
.clang-format
.dir-locals.el
.editorconfig
.gitignore
.gitlab-ci.yml
.gitmodules
.lcovrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md
COPYING
INSTALL.md
NEWS
README.md
README.win32.md
SECURITY.md
glib.doap
meson.build
meson_options.txt
msvc_recommended_pragmas.h
Without the glossary, gtk-doc will emit warnings for every introspection annotation it finds.
20 lines
729 B
XML
20 lines
729 B
XML
<?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>
|
|
<title>GDBus ObjctManager Example</title>
|
|
<chapter>
|
|
<title>Interfaces</title>
|
|
<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>
|
|
|
|
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
|
|
</book>
|