From a84c67da7101e0b0ca1842804f7801360c313f6b Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 11 Jul 2024 12:18:06 -0300 Subject: [PATCH] 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. --- gio/gappinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gappinfo.c b/gio/gappinfo.c index 1d2ff2cf6..dd2f75695 100644 --- a/gio/gappinfo.c +++ b/gio/gappinfo.c @@ -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. **/