From: Matthias Clasen Date: Sat, 8 Feb 2014 20:18:06 +0000 (-0500) Subject: Convert more xincluded examples to external links X-Git-Tag: 2.39.90~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d0e55dfd5bc96bee16befb24883abfdbc6bd634;p=platform%2Fupstream%2Fglib.git Convert more xincluded examples to external links --- 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). */ /**