mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
83fd21f759
gtk-doc support was removed around 3 years ago with commit 7dc0b0e6
.
Now that we have Meson and [MRs related to documentation], it makes
sense to re-enable this, so people who want to use libmutter can do so
without having to actually dive in the code.
[MRs related to documentation]: https://gitlab.gnome.org/GNOME/mutter/merge_requests/269
111 lines
4.0 KiB
XML
111 lines
4.0 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>Mutter 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>
|
|
<title>General</title>
|
|
<xi:include href="xml/meta-backend.xml"/>
|
|
<xi:include href="xml/meta-clutter-backend-native.xml"/>
|
|
<xi:include href="xml/meta-renderer.xml"/>
|
|
<xi:include href="xml/meta-stage.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Clutter actors</title>
|
|
<xi:include href="xml/meta-window-actor.xml"/>
|
|
<xi:include href="xml/meta-window-group.xml"/>
|
|
<xi:include href="xml/meta-background-actor.xml"/>
|
|
<xi:include href="xml/meta-background-group.xml"/>
|
|
<xi:include href="xml/meta-surface-actor.xml"/>
|
|
<xi:include href="xml/meta-shaped-texture.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Plugins</title>
|
|
<xi:include href="xml/meta-plugin.xml"/>
|
|
<xi:include href="xml/meta-plugin-manager.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Cursor management</title>
|
|
<xi:include href="xml/meta-cursor-tracker.xml"/>
|
|
<xi:include href="xml/meta-cursor.xml"/>
|
|
<xi:include href="xml/meta-cursor-renderer.xml"/>
|
|
<xi:include href="xml/meta-pointer-constraint.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Monitor management</title>
|
|
<xi:include href="xml/meta-monitor-manager.xml"/>
|
|
<xi:include href="xml/meta-monitor-manager-dummy.xml"/>
|
|
<xi:include href="xml/meta-monitor-config-manager.xml"/>
|
|
<xi:include href="xml/meta-logical-monitor.xml"/>
|
|
<xi:include href="xml/meta-monitor.xml"/>
|
|
<xi:include href="xml/meta-monitor-transform.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>X11</title>
|
|
<xi:include href="xml/meta-backend-x11.xml"/>
|
|
<xi:include href="xml/meta-monitor-manager-xrandr.xml"/>
|
|
<xi:include href="xml/meta-window-actor-x11.xml"/>
|
|
<xi:include href="xml/meta-surface-actor-x11.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Native / Wayland</title>
|
|
<xi:include href="xml/meta-backend-native.xml"/>
|
|
<xi:include href="xml/meta-monitor-manager-kms.xml"/>
|
|
<xi:include href="xml/meta-renderer-native.xml"/>
|
|
<xi:include href="xml/meta-window-actor-wayland.xml"/>
|
|
<xi:include href="xml/meta-surface-actor-wayland.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Screencast</title>
|
|
<xi:include href="xml/meta-screen-cast.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-session.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-window.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-stream.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-window-stream.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-monitor-stream.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-stream-src.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-window-stream-src.xml"/>
|
|
<xi:include href="xml/meta-screen-cast-monitor-stream-src.xml"/>
|
|
</chapter>
|
|
|
|
<chapter>
|
|
<title>Remote desktop</title>
|
|
<xi:include href="xml/meta-remote-desktop.xml"/>
|
|
<xi:include href="xml/meta-dbus-remote-desktop.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>
|