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 46 47 48
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY version SYSTEM "version.xml">
<!-- Make xmllint stop complaining about the unexpected xmlns:xi attribute -->
<!ENTITY % local.book.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2001/XInclude'">
]>
<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>GNOME Session Manager Reference Manual</title>
<releaseinfo>Version &version;</releaseinfo>
</bookinfo>
<part id="commands">
<title>Commands</title>
<xi:include href="man/gnome-session.xml"/>
<xi:include href="man/gnome-session-inhibit.xml"/>
<xi:include href="man/gnome-session-quit.xml"/>
</part>
<part id="dbus">
<title>Internal D-Bus API</title>
<partintro>
<para>
This API is unstable, and is likely to change in the future.
</para>
<para>
If you're an app developer, you should use the
<ulink url="https://flatpak.github.io/xdg-desktop-portal/docs/doc-org.freedesktop.portal.Inhibit.html">
<literal>Inhibit</literal> Portal
</ulink>
instead of this low-level internal API.
</para>
</partintro>
<xi:include href="ref-org.gnome.SessionManager.xml"/>
<xi:include href="ref-org.gnome.SessionManager.ClientPrivate.xml"/>
<xi:include href="ref-org.gnome.SessionManager.Inhibitor.xml"/>
<xi:include href="ref-org.gnome.SessionManager.Presence.xml"/>
</part>
<index>
<title>Index</title>
</index>
</book>
|