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 c09c92915c9ecd9b868b0ad7aadd9c4b1061416a..7f0d6b2960392d47b08eb72ebbe32f9c5a468c6d 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
+
+       * gappinfo.c: Fix a cross-reference
+
 2007-12-30  Matthias Clasen  <mclasen@redhat.com> 
 
        * gfileinputstream.c:
index fb298f64421fe6001d8102f691847ec51e8aa28a..aad0306862433de2a9c19c110fe40f78c780664c 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.
  **/