corrected Memory management of signal handlers anchor

This commit is contained in:
arujjval 2025-01-10 12:51:45 +05:30
parent 127d38b0d3
commit b67d6ec9ff
No known key found for this signature in database
GPG Key ID: 8DD581208428DC9D

View File

@ -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 doesnt exist,