From b67d6ec9ff5a198d72cecf58b7e8a2f582a89bce Mon Sep 17 00:00:00 2001 From: arujjval Date: Fri, 10 Jan 2025 12:51:45 +0530 Subject: [PATCH] corrected Memory management of signal handlers anchor --- gobject/gsignal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject/gsignal.h b/gobject/gsignal.h index b84e66ded..97b6996d9 100644 --- a/gobject/gsignal.h +++ b/gobject/gsignal.h @@ -505,7 +505,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance, * The handler will be called synchronously, before the default handler of the signal. * [func@GObject.signal_emit] will not return control until all handlers are called. * - * See [memory management of signal handlers](signals.html#Memory_management_of_signal_handlers) for + * See [memory management of signal handlers](signals.html#memory-management-of-signal-handlers) for * details on how to handle the return value and memory management of @data. * * This function cannot fail. If the given signal name doesn’t exist,