docs: Don't use <xi:include>

This commit is contained in:
William Jon McCann 2014-02-04 21:35:21 -05:00
parent 198d50d310
commit b4d4ffcf38
4 changed files with 4 additions and 20 deletions

View File

@ -95,11 +95,7 @@
* *
* ## A simple application ## {#gtkapplication} * ## A simple application ## {#gtkapplication}
* *
* |[<!-- language="C" --> * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/bloatpad.c)
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/bloatpad.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* ]|
* *
* GtkApplication optionally registers with a session manager * GtkApplication optionally registers with a session manager
* of the users session (if you set the #GtkApplication:register-session * of the users session (if you set the #GtkApplication:register-session

View File

@ -104,11 +104,7 @@
* *
* ## Handling fallback yourself * ## Handling fallback yourself
* *
* |[<!-- language="C" --> * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/sunny.c)
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/sunny.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* ]|
* *
* The XML format understood by #GtkBuilder for #GMenuModel consists * The XML format understood by #GtkBuilder for #GMenuModel consists
* of a toplevel `&lt;menu&gt;` element, which contains * of a toplevel `&lt;menu&gt;` element, which contains

View File

@ -69,11 +69,7 @@
* as the filename extension for files containing GtkBuilder UI * as the filename extension for files containing GtkBuilder UI
* definitions. * definitions.
* *
* |[ * [RELAX NG Compact Syntax](https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilder.rnc)
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gtk/gtkbuilder.rnc">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* ]|
* *
* The toplevel element is &lt;interface&gt;. It optionally takes a * The toplevel element is &lt;interface&gt;. It optionally takes a
* "domain" attribute, which will make the builder look for translated * "domain" attribute, which will make the builder look for translated

View File

@ -56,11 +56,7 @@
* *
* ## Creating a search bar * ## Creating a search bar
* *
* |[<!-- language="C" --> * [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/search-bar.c)
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../examples/search-bar.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* ]|
* *
* Since: 3.10 * Since: 3.10
*/ */