From 653cdb73d773025e4f100c8ce0cb6af98a23d165 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 5 Aug 2024 08:23:45 -0400 Subject: [PATCH] docs: Linkify a function I answered a question on irc about withdrawing notifications, and when I handed out a link to the GApplication docs, I noticed we don't have this function name linkified. Fix that. --- gio/gapplication.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 0520ce5b3..8324a9cfe 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -3074,11 +3074,11 @@ g_application_get_is_busy (GApplication *application) * notification. This works even for notifications sent from a previous * execution of the application, as long as @id is the same string. * - * @id may be %NULL, but it is impossible to replace or withdraw + * @id may be `NULL`, but it is impossible to replace or withdraw * notifications without an id. * * If @notification is no longer relevant, it can be withdrawn with - * g_application_withdraw_notification(). + * [method@Gio.Application.withdraw_notification]. * * It is an error to call this function if @application has no * application ID.