summaryrefslogtreecommitdiff
path: root/docs/reference/libxfce4util-docs.xml
blob: ea5888d89b09ab00bd2a91ef42b26815b78c6ce0 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?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" xmlns:xi="http://www.w3.org/2003/XInclude">
  <bookinfo>
    <title>&package_name; Reference Manual</title>
    <releaseinfo>
      For &package_string;. 
      The latest version of this documentation can be found on-line at
      <ulink role="online-location" url="https://developer.xfce.org/&package_name;/index.html">https://developer.xfce.org/&package_name;/</ulink>.
    </releaseinfo>
    <copyright>
      <year>2021</year>
      <holder>The Xfce Development Team</holder>
    </copyright>
  </bookinfo>
    <chapter id="reference">
        <title>libxfce4util Overview</title>
        <para>
            libxfce4util is a general-purpose utility library
            with core application support for the Xfce Desktop
            Environment.
        </para>
    </chapter>

    <chapter id="libxfce4util-fundamentals">
        <title>Xfce Fundamentals</title>
        <xi:include href="xml/libxfce4util-config.xml"/>
        <xi:include href="xml/xfce-i18n.xml"/>
        <xi:include href="xml/xfce-license.xml"/>
    </chapter>

    <chapter id="libxfce4util-core">
        <title>Xfce Core Application support</title>
        <xi:include href="xml/xfce-kiosk.xml"/>
        <xi:include href="xml/xfce-posix-signal-handler.xml"/>
    </chapter>

    <chapter id="libxfce4util-utilities">
        <title>Xfce Utilities</title>
        <xi:include href="xml/xfce-resource.xml"/>
        <xi:include href="xml/xfce-rc.xml"/>
        <xi:include href="xml/xfce-fileutils.xml"/>
        <xi:include href="xml/xfce-miscutils.xml"/>
        <xi:include href="xml/xfce-utf8.xml"/>
    </chapter>

    <chapter id="libxfce4util-datatypes">
        <title>Xfce Data types</title>
        <xi:include href="xml/xfce-generics.xml"/>
    </chapter>
    <xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>