Convert more xincluded examples to external links

This commit is contained in:
Matthias Clasen 2014-02-08 15:18:06 -05:00
parent ebc4347b2c
commit 3d0e55dfd5

View File

@ -153,29 +153,14 @@
* vfunc, to parse them in either the primary instance or the local instance, * vfunc, to parse them in either the primary instance or the local instance,
* respectively. * respectively.
* *
* <example id="gapplication-example-open"><title>Opening files with a GApplication</title> * For an example of opening files with a GApplication, see
* <programlisting> * [gapplication-example-open.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-open.c).
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/tests/gapplication-example-open.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>
* </example>
* *
* <example id="gapplication-example-actions"><title>A GApplication with actions</title> * For an example of using actions with GApplication, see
* <programlisting> * [gapplication-example-actions.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-actions.c).
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/tests/gapplication-example-actions.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>
* </example>
* *
* <example id="gapplication-example-dbushooks"><title>Using extra D-Bus hooks with a GApplication</title> * For an example of using extra D-Bus hooks with GApplication, see
* <programlisting> * [gapplication-example-dbushooks.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-dbushooks.c).
* <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="../../../../gio/tests/gapplication-example-dbushooks.c">
* <xi:fallback>FIXME: MISSING XINCLUDE CONTENT</xi:fallback>
* </xi:include>
* </programlisting>
* </example>
*/ */
/** /**