mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
docs: switch to xi:inbclude for the content to save some more seconds
This commit is contained in:
parent
00db5238d9
commit
7211f7f8eb
@ -1,29 +1,6 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
<!ENTITY gobject-GType SYSTEM "xml/gtype.xml">
|
|
||||||
<!ENTITY gobject-GTypePlugin SYSTEM "xml/gtypeplugin.xml">
|
|
||||||
<!ENTITY gobject-GTypeModule SYSTEM "xml/gtypemodule.xml">
|
|
||||||
<!ENTITY gobject-The-Base-Object-Type SYSTEM "xml/objects.xml">
|
|
||||||
<!ENTITY gobject-Enumeration-and-Flag-Types SYSTEM "xml/enumerations_flags.xml">
|
|
||||||
<!ENTITY gobject-Boxed-Types SYSTEM "xml/gboxed.xml">
|
|
||||||
<!ENTITY gobject-Generic-values SYSTEM "xml/generic_values.xml">
|
|
||||||
<!ENTITY gobject-param-value-types SYSTEM "xml/param_value_types.xml">
|
|
||||||
<!ENTITY gobject-GParamSpec SYSTEM "xml/gparamspec.xml">
|
|
||||||
<!ENTITY gobject-Varargs-Value-Collection SYSTEM "xml/value_collection.xml">
|
|
||||||
<!ENTITY gobject-Signals SYSTEM "xml/signals.xml">
|
|
||||||
<!ENTITY gobject-Closures SYSTEM "xml/gclosure.xml">
|
|
||||||
<!ENTITY gobject-Value-Arrays SYSTEM "xml/value_arrays.xml">
|
|
||||||
<!ENTITY glib-mkenums SYSTEM "glib-mkenums.xml">
|
|
||||||
<!ENTITY glib-genmarshal SYSTEM "glib-genmarshal.xml">
|
|
||||||
<!ENTITY gobject-query SYSTEM "gobject-query.xml">
|
|
||||||
|
|
||||||
<!ENTITY tutorial-Intro SYSTEM "tut_intro.xml">
|
|
||||||
<!ENTITY tutorial-GType SYSTEM "tut_gtype.xml">
|
|
||||||
<!ENTITY tutorial-GObject SYSTEM "tut_gobject.xml">
|
|
||||||
<!ENTITY tutorial-GSignal SYSTEM "tut_gsignal.xml">
|
|
||||||
<!ENTITY tutorial-HowTo SYSTEM "tut_howto.xml">
|
|
||||||
<!ENTITY tutorial-Tools SYSTEM "tut_tools.xml">
|
|
||||||
|
|
||||||
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
||||||
<!ENTITY version SYSTEM "version.xml">
|
<!ENTITY version SYSTEM "version.xml">
|
||||||
@ -85,46 +62,38 @@
|
|||||||
<part label="I">
|
<part label="I">
|
||||||
<title>Concepts</title>
|
<title>Concepts</title>
|
||||||
|
|
||||||
&tutorial-Intro;
|
<xi:include href="tut_intro.xml" />
|
||||||
&tutorial-GType;
|
<xi:include href="tut_gtype.xml" />
|
||||||
&tutorial-GObject;
|
<xi:include href="tut_gobject.xml" />
|
||||||
&tutorial-GSignal;
|
<xi:include href="tut_gsignal.xml" />
|
||||||
</part>
|
</part>
|
||||||
<reference label="II">
|
<reference label="II">
|
||||||
<title>API Reference</title>
|
<title>API Reference</title>
|
||||||
|
|
||||||
&gobject-GType;
|
<xi:include href="xml/gtype.xml" />
|
||||||
&gobject-GTypePlugin;
|
<xi:include href="xml/gtypeplugin.xml" />
|
||||||
&gobject-GTypeModule;
|
<xi:include href="xml/gtypemodule.xml" />
|
||||||
&gobject-The-Base-Object-Type;
|
<xi:include href="xml/objects.xml" />
|
||||||
&gobject-Enumeration-and-Flag-Types;
|
<xi:include href="xml/enumerations_flags.xml" />
|
||||||
&gobject-Boxed-Types;
|
<xi:include href="xml/gboxed.xml" />
|
||||||
&gobject-Generic-values;
|
<xi:include href="xml/generic_values.xml" />
|
||||||
&gobject-param-value-types;
|
<xi:include href="xml/param_value_types.xml" />
|
||||||
&gobject-Varargs-Value-Collection;
|
<xi:include href="xml/gparamspec.xml" />
|
||||||
&gobject-GParamSpec;
|
<xi:include href="xml/value_collection.xml" />
|
||||||
&gobject-Signals;
|
<xi:include href="xml/signals.xml" />
|
||||||
&gobject-Closures;
|
<xi:include href="xml/gclosure.xml" />
|
||||||
&gobject-Value-Arrays;
|
<xi:include href="xml/value_arrays.xml" />
|
||||||
|
|
||||||
</reference>
|
</reference>
|
||||||
<reference label="III">
|
<reference label="III">
|
||||||
<title>Tools Reference</title>
|
<title>Tools Reference</title>
|
||||||
|
|
||||||
&glib-mkenums;
|
<xi:include href="glib-mkenums.xml" />
|
||||||
&glib-genmarshal;
|
<xi:include href="glib-genmarshal.xml" />
|
||||||
&gobject-query;
|
<xi:include href="gobject-query.xml" />
|
||||||
</reference>
|
</reference>
|
||||||
<part label="IV">
|
|
||||||
<title>Tutorial</title>
|
|
||||||
|
|
||||||
&tutorial-HowTo;
|
<xi:include href="tut_howto.xml" />
|
||||||
</part>
|
<xi:include href="tut_tools.xml" />
|
||||||
<part label="V">
|
|
||||||
<title>Related Tools</title>
|
|
||||||
|
|
||||||
&tutorial-Tools;
|
|
||||||
</part>
|
|
||||||
|
|
||||||
<index id="api-index-full">
|
<index id="api-index-full">
|
||||||
<title>Index</title>
|
<title>Index</title>
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
<chapter id="chapter-gobject">
|
<chapter id="chapter-gobject">
|
||||||
<title>The GObject base class</title>
|
<title>The GObject base class</title>
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
<chapter id="chapter-signal">
|
<chapter id="chapter-signal">
|
||||||
<title>The GObject messaging system</title>
|
<title>The GObject messaging system</title>
|
||||||
|
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
<chapter id="chapter-gtype">
|
<chapter id="chapter-gtype">
|
||||||
<title>The GLib Dynamic Type System</title>
|
<title>The GLib Dynamic Type System</title>
|
||||||
|
|
||||||
@ -900,7 +903,7 @@ maman_ibaz_base_init (gpointer g_iface)
|
|||||||
|
|
||||||
<para>
|
<para>
|
||||||
The above process can be summarized as follows:
|
The above process can be summarized as follows:
|
||||||
<table id="ginterface-init-table">
|
<table id="ginterface-fini-table">
|
||||||
<title>Interface Finalization</title>
|
<title>Interface Finalization</title>
|
||||||
<tgroup cols="3">
|
<tgroup cols="3">
|
||||||
<colspec colwidth="*" colnum="1" align="left"/>
|
<colspec colwidth="*" colnum="1" align="left"/>
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
|
<part label="IV">
|
||||||
|
<title>Tutorial</title>
|
||||||
<partintro>
|
<partintro>
|
||||||
<para>
|
<para>
|
||||||
This chapter tries to answer the real-life questions of users and presents
|
This chapter tries to answer the real-life questions of users and presents
|
||||||
@ -1712,4 +1717,4 @@ g_object_do_class_init (GObjectClass *class)
|
|||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
-->
|
-->
|
||||||
|
</part>
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
<chapter id="chapter-intro">
|
<chapter id="chapter-intro">
|
||||||
<title>Background</title>
|
<title>Background</title>
|
||||||
|
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
<?xml version='1.0' encoding="ISO-8859-1"?>
|
<?xml version='1.0' encoding="ISO-8859-1"?>
|
||||||
|
<!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
|
||||||
|
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
|
||||||
|
]>
|
||||||
|
<part label="V">
|
||||||
|
<title>Related Tools</title>
|
||||||
|
|
||||||
<partintro>
|
<partintro>
|
||||||
<para>
|
<para>
|
||||||
Several useful developer tools have been build around GObject
|
Several useful developer tools have been build around GObject
|
||||||
@ -123,3 +129,4 @@ gtk_widget_freeze_child_notify (GtkWidget *widget)
|
|||||||
project is provided on the GNOME developer website.
|
project is provided on the GNOME developer website.
|
||||||
</para>
|
</para>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
</part>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user