gio/appinfo: Directly link GdkAppLaunchContext

We can only use the [class@Foo.Bar] syntax for identifiers under
namespaces included by the current namespace. Naturally, we cannot
include the GDK namespace.

Use a direct link for this instead.
This commit is contained in:
Georges Basile Stavracas Neto 2024-07-11 12:18:06 -03:00 committed by Philip Withnall
parent ecc9904996
commit a84c67da71

View File

@ -1346,7 +1346,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GAppLaunchContext, g_app_launch_context, G_TYPE_OBJE
*
* Creates a new application launch context. This is not normally used,
* instead you instantiate a subclass of this, such as
* [class@Gdk.AppLaunchContext].
* [`GdkAppLaunchContext`](https://docs.gtk.org/gdk4/class.AppLaunchContext.html).
*
* Returns: a launch context.
**/