From: Matthias Clasen Date: Sun, 30 Dec 2007 06:15:12 +0000 (+0000) Subject: Fix a cross-reference X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=c009b04f429b98d4978ef29a56dd3f299dd954ef;p=dana%2Fcg-glib.git Fix a cross-reference svn path=/trunk/; revision=6217 --- 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. **/