diff --git a/gio/gapplication.c b/gio/gapplication.c
index d904632df..01a81a8a9 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -153,29 +153,14 @@
* vfunc, to parse them in either the primary instance or the local instance,
* respectively.
*
- * Opening files with a GApplication
- *
- *
- * FIXME: MISSING XINCLUDE CONTENT
- *
- *
- *
+ * For an example of opening files with a GApplication, see
+ * [gapplication-example-open.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-open.c).
*
- * A GApplication with actions
- *
- *
- * FIXME: MISSING XINCLUDE CONTENT
- *
- *
- *
+ * For an example of using actions with GApplication, see
+ * [gapplication-example-actions.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-actions.c).
*
- * Using extra D-Bus hooks with a GApplication
- *
- *
- * FIXME: MISSING XINCLUDE CONTENT
- *
- *
- *
+ * For an example of using extra D-Bus hooks with GApplication, see
+ * [gapplication-example-dbushooks.c](https://git.gnome.org/browse/glib/tree/gio/tests/gapplication-example-dbushooks.c).
*/
/**