Fix a cross-reference
authorMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 06:15:12 +0000 (06:15 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 30 Dec 2007 06:15:12 +0000 (06:15 +0000)
svn path=/trunk/; revision=6217

gio/ChangeLog
gio/gappinfo.c

index c09c929..7f0d6b2 100644 (file)
@@ -1,5 +1,9 @@
 2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
 
+       * gappinfo.c: Fix a cross-reference
+
+2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
+
        * gfileinputstream.c:
        * gfileoutputstream.c:
        * gloadableicon.h:
index fb298f6..aad0306 100644 (file)
@@ -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.
  **/