Fix a cross-reference

svn path=/trunk/; revision=6217
This commit is contained in:
Matthias Clasen 2007-12-30 06:15:12 +00:00
parent a3b0996156
commit c009b04f42
2 changed files with 5 additions and 1 deletions

View 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:

View 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.
**/