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}
*
* |[<!-- language="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>
* ]|
* [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/bloatpad.c)
*
* GtkApplication optionally registers with a session manager
* of the users session (if you set the #GtkApplication:register-session

View File

@ -104,11 +104,7 @@
*
* ## Handling fallback yourself
*
* |[<!-- language="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>
* ]|
* [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/sunny.c)
*
* The XML format understood by #GtkBuilder for #GMenuModel consists
* of a toplevel `&lt;menu&gt;` element, which contains

View File

@ -69,11 +69,7 @@
* as the filename extension for files containing GtkBuilder UI
* definitions.
*
* |[
* <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>
* ]|
* [RELAX NG Compact Syntax](https://git.gnome.org/browse/gtk+/tree/gtk/gtkbuilder.rnc)
*
* The toplevel element is &lt;interface&gt;. It optionally takes a
* "domain" attribute, which will make the builder look for translated

View File

@ -56,11 +56,7 @@
*
* ## Creating a search bar
*
* |[<!-- language="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>
* ]|
* [A simple example](https://git.gnome.org/browse/gtk+/tree/examples/search-bar.c)
*
* Since: 3.10
*/