From 3d0e55dfd5bc96bee16befb24883abfdbc6bd634 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 8 Feb 2014 15:18:06 -0500 Subject: [PATCH] Convert more xincluded examples to external links --- gio/gapplication.c | 31 ++++++++----------------------- 1 file changed, 8 insertions(+), 23 deletions(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index d904632..01a81a8 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 - * - * - * - * - * A GApplication with actions - * - * - * FIXME: MISSING XINCLUDE CONTENT - * - * - * - * - * Using extra D-Bus hooks 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). + * + * 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). + * + * 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). */ /** -- 2.7.4