mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Merge branch 'signals-doc' into 'main'
gsignal: fix reference to signals documentation page See merge request GNOME/glib!3764
This commit is contained in:
commit
bfa615616f
@ -504,7 +504,7 @@ void g_signal_chain_from_overridden_handler (gpointer instance,
|
|||||||
*
|
*
|
||||||
* The handler will be called synchronously, before the default handler of the signal. g_signal_emit() will not return control until all handlers are called.
|
* The handler will be called synchronously, before the default handler of the signal. g_signal_emit() will not return control until all handlers are called.
|
||||||
*
|
*
|
||||||
* See [memory management of signal handlers][signal-memory-management] 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.
|
* details on how to handle the return value and memory management of @data.
|
||||||
*
|
*
|
||||||
* Returns: the handler ID, of type #gulong (always greater than 0 for successful connections)
|
* Returns: the handler ID, of type #gulong (always greater than 0 for successful connections)
|
||||||
|
Loading…
Reference in New Issue
Block a user