From c009b04f429b98d4978ef29a56dd3f299dd954ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 30 Dec 2007 06:15:12 +0000 Subject: [PATCH] Fix a cross-reference svn path=/trunk/; revision=6217 --- gio/ChangeLog | 4 ++++ gio/gappinfo.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gio/ChangeLog b/gio/ChangeLog index c09c9291..7f0d6b29 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,7 @@ +2007-12-30 Matthias Clasen + + * gappinfo.c: Fix a cross-reference + 2007-12-30 Matthias Clasen * gfileinputstream.c: diff --git a/gio/gappinfo.c b/gio/gappinfo.c index fb298f64..aad03068 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -514,7 +514,7 @@ G_DEFINE_TYPE (GAppLaunchContext, g_app_launch_context, G_TYPE_OBJECT); * g_app_launch_context_new: * * Creates a new application launch context. This is not normally used, - * instead you instantiate a subclass of this, such as GdkLaunchContext. + * instead you instantiate a subclass of this, such as #GdkAppLaunchContext. * * Returns: a #GAppLaunchContext. **/ -- 2.34.1