forked from AuroraMiddleware/gtk
docs: Don't use <xi:include>
This commit is contained in:
parent
198d50d310
commit
b4d4ffcf38
@ -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
|
||||
|
@ -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 `<menu>` element, which contains
|
||||
|
@ -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 <interface>. It optionally takes a
|
||||
* "domain" attribute, which will make the builder look for translated
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user