mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-28 06:56:16 +01:00
corrected Memory management of signal handlers anchor
This commit is contained in:
parent
127d38b0d3
commit
b67d6ec9ff
@ -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.
|
* 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.
|
* [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.
|
* 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,
|
* This function cannot fail. If the given signal name doesn’t exist,
|
||||||
|
Loading…
Reference in New Issue
Block a user